Color Hex Logo

#e15ccd Color Hex

#E15CCD
(225,92,205)
0 Favorites   0 Comments

Color spaces of #e15ccd

RGB 22592205
HSL0.860.690.62
HSV309°59°88°
CMYK 0.000.590.09   0.12
XYZ45.897928.069660.7565
Yxy28.06960.34070.2083
Hunter Lab52.980861.9205-30.9052
CIE-Lab59.951664.8953-33.7038

#e15ccd color RGB value is (225,92,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011100 11001101
Octal 341 134 315
Decimal 225 92 205
Hex E1 5C CD

RGB Percentages of Color #e15ccd

%43.10
%17.62
%39.27

CMYK Percentages of Color #e15ccd

%0
%59
%9
%12

Triadic Colors of #e15ccd

#e15ccd #cde15c #5ccde1

Analogous Colors of #e15ccd

#e15ccd #e15c8b #b35ce1

Monochromatic Colors of #e15ccd

#e15ccd

Complementary Color

#e15ccd #5ce170

#e15ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15ccd Color CSS Codes

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

#e15ccd Text Font Color

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

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


#e15ccd Background Color

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

This div background color is #e15ccd


#e15ccd Border Color

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

This div border color is #e15ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15ccd


Comments

No comments written yet.

Please login to write comment.