Color Hex Logo

#e58acb Color Hex

#E58ACB
(229,138,203)
0 Favorites   0 Comments

Color spaces of #e58acb

RGB 229138203
HSL0.880.640.72
HSV317°40°90°
CMYK 0.000.400.11   0.10
XYZ52.181139.146861.3058
Yxy39.14680.34190.2565
Hunter Lab62.567439.3757-14.2973
CIE-Lab68.857543.6480-18.8435

#e58acb color RGB value is (229,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001010 11001011
Octal 345 212 313
Decimal 229 138 203
Hex E5 8A CB

RGB Percentages of Color #e58acb

%40.18
%24.21
%35.61

CMYK Percentages of Color #e58acb

%0
%40
%11
%10

Triadic Colors of #e58acb

#e58acb #cbe58a #8acbe5

Analogous Colors of #e58acb

#e58acb #e58a9e #d28ae5

Monochromatic Colors of #e58acb

#e58acb

Complementary Color

#e58acb #8ae5a4

#e58acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58acb Color CSS Codes

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

#e58acb Text Font Color

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

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


#e58acb Background Color

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

This div background color is #e58acb


#e58acb Border Color

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

This div border color is #e58acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58acb


Comments

No comments written yet.

Please login to write comment.