Color Hex Logo

#e57cca Color Hex

#E57CCA
(229,124,202)
0 Favorites   0 Comments

Color spaces of #e57cca

RGB 229124202
HSL0.880.670.69
HSV315°46°90°
CMYK 0.000.460.12   0.10
XYZ50.181435.337660.0531
Yxy35.33760.34470.2427
Hunter Lab59.445446.6529-18.2843
CIE-Lab66.010750.6206-22.6191

#e57cca color RGB value is (229,124,202).

#e57cca hex color red value is 229, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e57cca hue: 0.88 , saturation: 0.67 and the lightness value of e57cca is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111100 11001010
Octal 345 174 312
Decimal 229 124 202
Hex E5 7C CA

RGB Percentages of Color #e57cca

%41.26
%22.34
%36.40

CMYK Percentages of Color #e57cca

%0
%46
%12
%10

Triadic Colors of #e57cca

#e57cca #cae57c #7ccae5

Analogous Colors of #e57cca

#e57cca #e57c96 #cc7ce5

Monochromatic Colors of #e57cca

#e57cca

Complementary Color

#e57cca #7ce597

#e57cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57cca Color CSS Codes

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

#e57cca Text Font Color

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

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


#e57cca Background Color

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

This div background color is #e57cca


#e57cca Border Color

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

This div border color is #e57cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57cca


Comments

No comments written yet.

Please login to write comment.