Color Hex Logo

#e57ccb Color Hex

#E57CCB
(229,124,203)
0 Favorites   0 Comments

Color spaces of #e57ccb

RGB 229124203
HSL0.870.670.69
HSV315°46°90°
CMYK 0.000.460.11   0.10
XYZ50.300235.385160.6788
Yxy35.38510.34370.2418
Hunter Lab59.485446.8383-18.8397
CIE-Lab66.047450.7809-23.1235

#e57ccb color RGB value is (229,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111100 11001011
Octal 345 174 313
Decimal 229 124 203
Hex E5 7C CB

RGB Percentages of Color #e57ccb

%41.19
%22.30
%36.51

CMYK Percentages of Color #e57ccb

%0
%46
%11
%10

Triadic Colors of #e57ccb

#e57ccb #cbe57c #7ccbe5

Analogous Colors of #e57ccb

#e57ccb #e57c97 #cb7ce5

Monochromatic Colors of #e57ccb

#e57ccb

Complementary Color

#e57ccb #7ce596

#e57ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57ccb Color CSS Codes

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

#e57ccb Text Font Color

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

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


#e57ccb Background Color

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

This div background color is #e57ccb


#e57ccb Border Color

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

This div border color is #e57ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,124,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57ccb


Comments

No comments written yet.

Please login to write comment.