Color Hex Logo

#e05fcb Color Hex

#E05FCB
(224,95,203)
0 Favorites   0 Comments

Color spaces of #e05fcb

RGB 22495203
HSL0.860.680.63
HSV310°58°88°
CMYK 0.000.580.09   0.12
XYZ45.612228.343559.5667
Yxy28.34350.34160.2123
Hunter Lab53.238659.7624-29.0703
CIE-Lab60.197863.0183-32.1973

#e05fcb color RGB value is (224,95,203).

#e05fcb hex color red value is 224, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e05fcb hue: 0.86 , saturation: 0.68 and the lightness value of e05fcb is 0.63.

The process color (four color CMYK) of #e05fcb color hex is 0.00, 0.58, 0.09, 0.12. Web safe color of #e05fcb is #cc66cc. Color #e05fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011111 11001011
Octal 340 137 313
Decimal 224 95 203
Hex E0 5F CB

RGB Percentages of Color #e05fcb

%42.91
%18.20
%38.89

CMYK Percentages of Color #e05fcb

%0
%58
%9
%12

Triadic Colors of #e05fcb

#e05fcb #cbe05f #5fcbe0

Analogous Colors of #e05fcb

#e05fcb #e05f8b #b55fe0

Monochromatic Colors of #e05fcb

#e05fcb

Complementary Color

#e05fcb #5fe074

#e05fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05fcb Color CSS Codes

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

#e05fcb Text Font Color

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

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


#e05fcb Background Color

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

This div background color is #e05fcb


#e05fcb Border Color

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

This div border color is #e05fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05fcb


Comments

No comments written yet.

Please login to write comment.