color codes Logo

#e58bcc color codes

#E58BCC
(229,139,204)
0 Favorites   0 Comments

Color spaces of #e58bcc

RGB 229139204
HSL0.880.630.72
HSV317°39°90°
CMYK 0.000.390.11   0.10
XYZ52.444839.482961.9836
Yxy39.48290.34070.2565
Hunter Lab62.835439.0208-14.5014
CIE-Lab69.099643.2927-19.0324

#e58bcc color RGB value is (229,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001011 11001100
Octal 345 213 314
Decimal 229 139 204
Hex E5 8B CC

RGB Percentages of Color #e58bcc

%40.03
%24.30
%35.66

CMYK Percentages of Color #e58bcc

%0
%39
%11
%10

Triadic Colors of #e58bcc

#e58bcc #cce58b #8bcce5

Analogous Colors of #e58bcc

#e58bcc #e58b9f #d18be5

Monochromatic Colors of #e58bcc

#e58bcc

Complementary Color

#e58bcc #8be5a4

#e58bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58bcc Color CSS Codes

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

#e58bcc Text Font Color

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

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


#e58bcc Background Color

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

This div background color is #e58bcc


#e58bcc Border Color

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

This div border color is #e58bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58bcc


Comments

No comments written yet.

Please login to write comment.