Color Hex Logo

#fe0dca Color Hex

#FE0DCA
(254,13,202)
0 Favorites   0 Comments

Color spaces of #fe0dca

RGB 25413202
HSL0.870.990.52
HSV313°95°100°
CMYK 0.000.950.20   0.00
XYZ51.677625.622958.0991
Yxy25.62290.38170.1892
Hunter Lab50.619193.6494-32.6180
CIE-Lab57.677490.5171-35.1883

#fe0dca color RGB value is (254,13,202).

#fe0dca hex color red value is 254, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fe0dca hue: 0.87 , saturation: 0.99 and the lightness value of fe0dca is 0.52.

The process color (four color CMYK) of #fe0dca color hex is 0.00, 0.95, 0.20, 0.00. Web safe color of #fe0dca is #ff00cc. Color #fe0dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001101 11001010
Octal 376 15 312
Decimal 254 13 202
Hex FE D CA

RGB Percentages of Color #fe0dca

%54.16
%2.77
%43.07

CMYK Percentages of Color #fe0dca

%0
%95
%20
%0

Triadic Colors of #fe0dca

#fe0dca #cafe0d #0dcafe

Analogous Colors of #fe0dca

#fe0dca #fe0d51 #ba0dfe

Monochromatic Colors of #fe0dca

#fe0dca

Complementary Color

#fe0dca #0dfe41

#fe0dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0dca Color CSS Codes

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

#fe0dca Text Font Color

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

This sample text font color is #fe0dca
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.


#fe0dca Background Color

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

This div background color is #fe0dca


#fe0dca Border Color

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

This div border color is #fe0dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0dca


Comments

No comments written yet.

Please login to write comment.