Color Hex Logo

#e590cd Color Hex

#E590CD
(229,144,205)
0 Favorites   0 Comments

Color spaces of #e590cd

RGB 229144205
HSL0.880.620.73
HSV317°37°90°
CMYK 0.000.370.10   0.10
XYZ53.305841.012362.8643
Yxy41.01230.33910.2609
Hunter Lab64.040836.5069-13.3721
CIE-Lab70.184540.8485-17.9432

#e590cd color RGB value is (229,144,205).

#e590cd hex color red value is 229, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e590cd hue: 0.88 , saturation: 0.62 and the lightness value of e590cd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010000 11001101
Octal 345 220 315
Decimal 229 144 205
Hex E5 90 CD

RGB Percentages of Color #e590cd

%39.62
%24.91
%35.47

CMYK Percentages of Color #e590cd

%0
%37
%10
%10

Triadic Colors of #e590cd

#e590cd #cde590 #90cde5

Analogous Colors of #e590cd

#e590cd #e590a3 #d390e5

Monochromatic Colors of #e590cd

#e590cd

Complementary Color

#e590cd #90e5a8

#e590cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e590cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e590cd Color CSS Codes

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

#e590cd Text Font Color

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

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


#e590cd Background Color

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

This div background color is #e590cd


#e590cd Border Color

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

This div border color is #e590cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e590cd


Comments

No comments written yet.

Please login to write comment.