Color Hex Logo

#fe40cb Color Hex

#FE40CB
(254,64,203)
0 Favorites   0 Comments

Color spaces of #fe40cb

RGB 25464203
HSL0.880.990.62
HSV316°75°100°
CMYK 0.000.750.20   0.00
XYZ53.485929.049459.2880
Yxy29.04940.37710.2048
Hunter Lab53.897582.8162-27.4916
CIE-Lab60.825281.6543-30.8601

#fe40cb color RGB value is (254,64,203).

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

The process color (four color CMYK) of #fe40cb color hex is 0.00, 0.75, 0.20, 0.00. Web safe color of #fe40cb is #ff33cc. Color #fe40cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 11001011
Octal 376 100 313
Decimal 254 64 203
Hex FE 40 CB

RGB Percentages of Color #fe40cb

%48.75
%12.28
%38.96

CMYK Percentages of Color #fe40cb

%0
%75
%20
%0

Triadic Colors of #fe40cb

#fe40cb #cbfe40 #40cbfe

Analogous Colors of #fe40cb

#fe40cb #fe406c #d240fe

Monochromatic Colors of #fe40cb

#fe40cb

Complementary Color

#fe40cb #40fe73

#fe40cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe40cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe40cb Color CSS Codes

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

#fe40cb Text Font Color

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

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


#fe40cb Background Color

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

This div background color is #fe40cb


#fe40cb Border Color

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

This div border color is #fe40cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe40cb


Comments

No comments written yet.

Please login to write comment.