Color Hex Logo

#e17cca Color Hex

#E17CCA
(225,124,202)
0 Favorites   0 Comments

Color spaces of #e17cca

RGB 225124202
HSL0.870.630.68
HSV314°45°88°
CMYK 0.000.450.10   0.12
XYZ48.919734.687159.9940
Yxy34.68710.34070.2416
Hunter Lab58.895845.1972-19.1686
CIE-Lab65.504349.3874-23.4383

#e17cca color RGB value is (225,124,202).

#e17cca hex color red value is 225, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e17cca hue: 0.87 , saturation: 0.63 and the lightness value of e17cca is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11001010
Octal 341 174 312
Decimal 225 124 202
Hex E1 7C CA

RGB Percentages of Color #e17cca

%40.83
%22.50
%36.66

CMYK Percentages of Color #e17cca

%0
%45
%10
%12

Triadic Colors of #e17cca

#e17cca #cae17c #7ccae1

Analogous Colors of #e17cca

#e17cca #e17c98 #c67ce1

Monochromatic Colors of #e17cca

#e17cca

Complementary Color

#e17cca #7ce193

#e17cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cca Color CSS Codes

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

#e17cca Text Font Color

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

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


#e17cca Background Color

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

This div background color is #e17cca


#e17cca Border Color

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

This div border color is #e17cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cca


Comments

No comments written yet.

Please login to write comment.