color codes Logo

#fe5ca2 color codes

#FE5CA2
(254,92,162)
0 Favorites   0 Comments

Color spaces of #fe5ca2

RGB 25492162
HSL0.930.990.68
HSV334°64°100°
CMYK 0.000.640.36   0.00
XYZ51.221831.333837.5308
Yxy31.33380.42650.2609
Hunter Lab55.976665.3787-0.5687
CIE-Lab62.788467.2833-4.3874

#fe5ca2 color RGB value is (254,92,162).

#fe5ca2 hex color red value is 254, green value is 92 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fe5ca2 hue: 0.93 , saturation: 0.99 and the lightness value of fe5ca2 is 0.68.

The process color (four color CMYK) of #fe5ca2 color code is 0.00, 0.64, 0.36, 0.00. Web safe color of #fe5ca2 is #ff6699. Color #fe5ca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011100 10100010
Octal 376 134 242
Decimal 254 92 162
Hex FE 5C A2

RGB Percentages of Color #fe5ca2

%50.00
%18.11
%31.89

CMYK Percentages of Color #fe5ca2

%0
%64
%36
%0

Triadic Colors of #fe5ca2

#fe5ca2 #a2fe5c #5ca2fe

Analogous Colors of #fe5ca2

#fe5ca2 #fe675c #fe5cf3

Monochromatic Colors of #fe5ca2

#fe5ca2

Complementary Color

#fe5ca2 #5cfeb8

#fe5ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5ca2 Color CSS Codes

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

#fe5ca2 Text Font Color

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

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


#fe5ca2 Background Color

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

This div background color is #fe5ca2


#fe5ca2 Border Color

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

This div border color is #fe5ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5ca2

Related Colors


Comments

No comments written yet.

Please login to write comment.