Color Hex Logo

#e05ccb Color Hex

#E05CCB
(224,92,203)
0 Favorites   0 Comments

Color spaces of #e05ccb

RGB 22492203
HSL0.860.680.62
HSV310°59°88°
CMYK 0.000.590.09   0.12
XYZ45.347127.813459.4784
Yxy27.81340.34190.2097
Hunter Lab52.738461.1909-29.9504
CIE-Lab59.719864.3189-32.9406

#e05ccb color RGB value is (224,92,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011100 11001011
Octal 340 134 313
Decimal 224 92 203
Hex E0 5C CB

RGB Percentages of Color #e05ccb

%43.16
%17.73
%39.11

CMYK Percentages of Color #e05ccb

%0
%59
%9
%12

Triadic Colors of #e05ccb

#e05ccb #cbe05c #5ccbe0

Analogous Colors of #e05ccb

#e05ccb #e05c89 #b35ce0

Monochromatic Colors of #e05ccb

#e05ccb

Complementary Color

#e05ccb #5ce071

#e05ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05ccb Color CSS Codes

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

#e05ccb Text Font Color

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

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


#e05ccb Background Color

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

This div background color is #e05ccb


#e05ccb Border Color

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

This div border color is #e05ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05ccb


Comments

No comments written yet.

Please login to write comment.