Color Hex Logo

#fe00cb Color Hex

#FE00CB
(254,0,203)
0 Favorites   0 Comments

Color spaces of #fe00cb

RGB 2540203
HSL0.871.000.50
HSV312°100°100°
CMYK 0.001.000.20   0.00
XYZ51.652525.382658.6769
Yxy25.38260.38060.1870
Hunter Lab50.381194.8374-33.7859
CIE-Lab57.446391.4469-36.1227

#fe00cb color RGB value is (254,0,203).

#fe00cb hex color red value is 254, green value is 0 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fe00cb hue: 0.87 , saturation: 1.00 and the lightness value of fe00cb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 11001011
Octal 376 0 313
Decimal 254 0 203
Hex FE 0 CB

RGB Percentages of Color #fe00cb

%55.58
%0.00
%44.42

CMYK Percentages of Color #fe00cb

%0
%100
%20
%0

Triadic Colors of #fe00cb

#fe00cb #cbfe00 #00cbfe

Analogous Colors of #fe00cb

#fe00cb #fe004c #b200fe

Monochromatic Colors of #fe00cb

#fe00cb

Complementary Color

#fe00cb #00fe33

#fe00cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe00cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe00cb Color CSS Codes

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

#fe00cb Text Font Color

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

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


#fe00cb Background Color

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

This div background color is #fe00cb


#fe00cb Border Color

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

This div border color is #fe00cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,0,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 #fe00cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe00cb


Comments

No comments written yet.

Please login to write comment.