color codes Logo

#fe20dd color codes

#FE20DD
(254,32,221)
0 Favorites   0 Comments

Color spaces of #fe20dd

RGB 25432221
HSL0.860.990.56
HSV309°87°100°
CMYK 0.000.870.13   0.00
XYZ54.440727.324370.8114
Yxy27.32430.35680.1791
Hunter Lab52.272794.4263-43.7266
CIE-Lab59.273390.7854-43.4968

#fe20dd color RGB value is (254,32,221).

#fe20dd hex color red value is 254, green value is 32 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fe20dd hue: 0.86 , saturation: 0.99 and the lightness value of fe20dd is 0.56.

The process color (four color CMYK) of #fe20dd color code is 0.00, 0.87, 0.13, 0.00. Web safe color of #fe20dd is #ff33cc. Color #fe20dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 11011101
Octal 376 40 335
Decimal 254 32 221
Hex FE 20 DD

RGB Percentages of Color #fe20dd

%50.10
%6.31
%43.59

CMYK Percentages of Color #fe20dd

%0
%87
%13
%0

Triadic Colors of #fe20dd

#fe20dd #ddfe20 #20ddfe

Analogous Colors of #fe20dd

#fe20dd #fe206e #b020fe

Monochromatic Colors of #fe20dd

#fe20dd

Complementary Color

#fe20dd #20fe41

#fe20dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe20dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe20dd Color CSS Codes

.mybgcolor {background-color:#fe20dd; } 
.myforecolor {color:#fe20dd; }
.mybordercolor {border:3px solid #fe20dd; }

#fe20dd Text Font Color

<p style="color:#fe20dd">Text here</p>

This sample text font color is #fe20dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fe20dd Background Color

<div style="background-color:#fe20dd">
Div content here</div>

This div background color is #fe20dd


#fe20dd Border Color

<div style="border:3px solid #fe20dd">
Div here</div>

This div border color is #fe20dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,32,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe20dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe20dd;
  -webkit-box-shadow: 1px 1px 3px 2px #fe20dd;
  box-shadow:         1px 1px 3px 2px #fe20dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,32,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe20dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fe20dd;
  -webkit-box-shadow: 1px 1px 3px 2px #fe20dd;
  box-shadow:         1px 1px 3px 2px #fe20dd;">
Div content here</div>

This div box has shadow with color #fe20dd

Related Colors


Comments

No comments written yet.

Please login to write comment.