Color Hex Logo

#e858a5 Color Hex

#E858A5
(232,88,165)
0 Favorites   0 Comments

Color spaces of #e858a5

RGB 23288165
HSL0.910.760.63
HSV328°62°91°
CMYK 0.000.620.29   0.09
XYZ43.560026.851938.4844
Yxy26.85190.40000.2466
Hunter Lab51.818859.3680-7.7599
CIE-Lab58.837062.9227-12.3779

#e858a5 color RGB value is (232,88,165).

#e858a5 hex color red value is 232, green value is 88 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #e858a5 hue: 0.91 , saturation: 0.76 and the lightness value of e858a5 is 0.63.

The process color (four color CMYK) of #e858a5 color hex is 0.00, 0.62, 0.29, 0.09. Web safe color of #e858a5 is #ff6699. Color #e858a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011000 10100101
Octal 350 130 245
Decimal 232 88 165
Hex E8 58 A5

RGB Percentages of Color #e858a5

%47.84
%18.14
%34.02

CMYK Percentages of Color #e858a5

%0
%62
%29
%9

Triadic Colors of #e858a5

#e858a5 #a5e858 #58a5e8

Analogous Colors of #e858a5

#e858a5 #e8585d #e358e8

Monochromatic Colors of #e858a5

#e858a5

Complementary Color

#e858a5 #58e89b

#e858a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e858a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e858a5 Color CSS Codes

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

#e858a5 Text Font Color

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

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


#e858a5 Background Color

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

This div background color is #e858a5


#e858a5 Border Color

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

This div border color is #e858a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,88,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e858a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e858a5;
  -webkit-box-shadow: 1px 1px 3px 2px #e858a5;
  box-shadow:         1px 1px 3px 2px #e858a5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,88,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e858a5


Comments

No comments written yet.

Please login to write comment.