Color Hex Logo

#fe41cb Color Hex

#FE41CB
(254,65,203)
0 Favorites   0 Comments

Color spaces of #fe41cb

RGB 25465203
HSL0.880.990.63
HSV316°74°100°
CMYK 0.000.740.20   0.00
XYZ53.542829.163259.3070
Yxy29.16320.37700.2054
Hunter Lab54.003082.4738-27.3112
CIE-Lab60.925481.3688-30.7048

#fe41cb color RGB value is (254,65,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 11001011
Octal 376 101 313
Decimal 254 65 203
Hex FE 41 CB

RGB Percentages of Color #fe41cb

%48.66
%12.45
%38.89

CMYK Percentages of Color #fe41cb

%0
%74
%20
%0

Triadic Colors of #fe41cb

#fe41cb #cbfe41 #41cbfe

Analogous Colors of #fe41cb

#fe41cb #fe416d #d341fe

Monochromatic Colors of #fe41cb

#fe41cb

Complementary Color

#fe41cb #41fe74

#fe41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe41cb Color CSS Codes

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

#fe41cb Text Font Color

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

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


#fe41cb Background Color

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

This div background color is #fe41cb


#fe41cb Border Color

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

This div border color is #fe41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe41cb


Comments

No comments written yet.

Please login to write comment.