Color Hex Logo

#e05ccd Color Hex

#E05CCD
(224,92,205)
0 Favorites   0 Comments

Color spaces of #e05ccd

RGB 22492205
HSL0.860.680.62
HSV309°59°88°
CMYK 0.000.590.08   0.12
XYZ45.587127.909460.7419
Yxy27.90940.33960.2079
Hunter Lab52.829361.5785-31.1897
CIE-Lab59.806864.6319-33.9402

#e05ccd color RGB value is (224,92,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011100 11001101
Octal 340 134 315
Decimal 224 92 205
Hex E0 5C CD

RGB Percentages of Color #e05ccd

%42.99
%17.66
%39.35

CMYK Percentages of Color #e05ccd

%0
%59
%8
%12

Triadic Colors of #e05ccd

#e05ccd #cde05c #5ccde0

Analogous Colors of #e05ccd

#e05ccd #e05c8b #b15ce0

Monochromatic Colors of #e05ccd

#e05ccd

Complementary Color

#e05ccd #5ce06f

#e05ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05ccd Color CSS Codes

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

#e05ccd Text Font Color

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

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


#e05ccd Background Color

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

This div background color is #e05ccd


#e05ccd Border Color

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

This div border color is #e05ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,92,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e05ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05ccd


Comments

No comments written yet.

Please login to write comment.