Color Hex Logo

#e58ccb Color Hex

#E58CCB
(229,140,203)
0 Favorites   0 Comments

Color spaces of #e58ccb

RGB 229140203
HSL0.880.630.72
HSV318°39°90°
CMYK 0.000.390.11   0.10
XYZ52.470739.726061.4023
Yxy39.72600.34160.2586
Hunter Lab63.028638.2996-13.6402
CIE-Lab69.273942.6090-18.2121

#e58ccb color RGB value is (229,140,203).

#e58ccb hex color red value is 229, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e58ccb hue: 0.88 , saturation: 0.63 and the lightness value of e58ccb is 0.72.

The process color (four color CMYK) of #e58ccb color hex is 0.00, 0.39, 0.11, 0.10. Web safe color of #e58ccb is #cc99cc. Color #e58ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001100 11001011
Octal 345 214 313
Decimal 229 140 203
Hex E5 8C CB

RGB Percentages of Color #e58ccb

%40.03
%24.48
%35.49

CMYK Percentages of Color #e58ccb

%0
%39
%11
%10

Triadic Colors of #e58ccb

#e58ccb #cbe58c #8ccbe5

Analogous Colors of #e58ccb

#e58ccb #e58c9f #d38ce5

Monochromatic Colors of #e58ccb

#e58ccb

Complementary Color

#e58ccb #8ce5a6

#e58ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58ccb Color CSS Codes

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

#e58ccb Text Font Color

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

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


#e58ccb Background Color

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

This div background color is #e58ccb


#e58ccb Border Color

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

This div border color is #e58ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58ccb


Comments

No comments written yet.

Please login to write comment.