Color Hex Logo

#e15cca Color Hex

#E15CCA
(225,92,202)
0 Favorites   0 Comments

Color spaces of #e15cca

RGB 22592202
HSL0.860.690.62
HSV310°59°88°
CMYK 0.000.590.10   0.12
XYZ45.539227.926158.8672
Yxy27.92610.34410.2110
Hunter Lab52.845261.3430-29.0549
CIE-Lab59.821964.4296-32.2026

#e15cca color RGB value is (225,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011100 11001010
Octal 341 134 312
Decimal 225 92 202
Hex E1 5C CA

RGB Percentages of Color #e15cca

%43.35
%17.73
%38.92

CMYK Percentages of Color #e15cca

%0
%59
%10
%12

Triadic Colors of #e15cca

#e15cca #cae15c #5ccae1

Analogous Colors of #e15cca

#e15cca #e15c88 #b65ce1

Monochromatic Colors of #e15cca

#e15cca

Complementary Color

#e15cca #5ce173

#e15cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15cca Color CSS Codes

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

#e15cca Text Font Color

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

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


#e15cca Background Color

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

This div background color is #e15cca


#e15cca Border Color

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

This div border color is #e15cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15cca


Comments

No comments written yet.

Please login to write comment.