Color Hex Logo

#e592da Color Hex

#E592DA
(229,146,218)
0 Favorites   0 Comments

Color spaces of #e592da

RGB 229146218
HSL0.860.610.74
HSV308°36°90°
CMYK 0.000.360.05   0.10
XYZ55.246942.277771.5783
Yxy42.27770.32670.2500
Hunter Lab65.021337.8795-19.7541
CIE-Lab71.062042.0119-23.7948

#e592da color RGB value is (229,146,218).

#e592da hex color red value is 229, green value is 146 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e592da hue: 0.86 , saturation: 0.61 and the lightness value of e592da is 0.74.

The process color (four color CMYK) of #e592da color hex is 0.00, 0.36, 0.05, 0.10. Web safe color of #e592da is #cc99cc. Color #e592da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010010 11011010
Octal 345 222 332
Decimal 229 146 218
Hex E5 92 DA

RGB Percentages of Color #e592da

%38.62
%24.62
%36.76

CMYK Percentages of Color #e592da

%0
%36
%5
%10

Triadic Colors of #e592da

#e592da #dae592 #92dae5

Analogous Colors of #e592da

#e592da #e592b1 #c792e5

Monochromatic Colors of #e592da

#e592da

Complementary Color

#e592da #92e59d

#e592da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e592da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e592da Color CSS Codes

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

#e592da Text Font Color

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

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


#e592da Background Color

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

This div background color is #e592da


#e592da Border Color

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

This div border color is #e592da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e592da


Comments

No comments written yet.

Please login to write comment.