Color Hex Logo

#fe66cb Color Hex

#FE66CB
(254,102,203)
0 Favorites   0 Comments

Color spaces of #fe66cb

RGB 254102203
HSL0.890.990.70
HSV320°60°100°
CMYK 0.000.600.20   0.00
XYZ56.403934.885460.2606
Yxy34.88540.37220.2302
Hunter Lab59.063967.0994-19.1466
CIE-Lab65.659368.1919-23.4136

#fe66cb color RGB value is (254,102,203).

#fe66cb hex color red value is 254, green value is 102 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fe66cb hue: 0.89 , saturation: 0.99 and the lightness value of fe66cb is 0.70.

The process color (four color CMYK) of #fe66cb color hex is 0.00, 0.60, 0.20, 0.00. Web safe color of #fe66cb is #ff66cc. Color #fe66cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100110 11001011
Octal 376 146 313
Decimal 254 102 203
Hex FE 66 CB

RGB Percentages of Color #fe66cb

%45.44
%18.25
%36.31

CMYK Percentages of Color #fe66cb

%0
%60
%20
%0

Triadic Colors of #fe66cb

#fe66cb #cbfe66 #66cbfe

Analogous Colors of #fe66cb

#fe66cb #fe667f #e566fe

Monochromatic Colors of #fe66cb

#fe66cb

Complementary Color

#fe66cb #66fe99

#fe66cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe66cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe66cb Color CSS Codes

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

#fe66cb Text Font Color

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

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


#fe66cb Background Color

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

This div background color is #fe66cb


#fe66cb Border Color

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

This div border color is #fe66cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe66cb

Related Colors


Comments

No comments written yet.

Please login to write comment.