Color Hex Logo

#e590ce Color Hex

#E590CE
(229,144,206)
0 Favorites   0 Comments

Color spaces of #e590ce

RGB 229144206
HSL0.880.620.73
HSV316°37°90°
CMYK 0.000.370.10   0.10
XYZ53.426941.060863.5021
Yxy41.06080.33820.2599
Hunter Lab64.078736.6902-13.9014
CIE-Lab70.218541.0141-18.4460

#e590ce color RGB value is (229,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010000 11001110
Octal 345 220 316
Decimal 229 144 206
Hex E5 90 CE

RGB Percentages of Color #e590ce

%39.55
%24.87
%35.58

CMYK Percentages of Color #e590ce

%0
%37
%10
%10

Triadic Colors of #e590ce

#e590ce #cee590 #90cee5

Analogous Colors of #e590ce

#e590ce #e590a4 #d290e5

Monochromatic Colors of #e590ce

#e590ce

Complementary Color

#e590ce #90e5a7

#e590ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e590ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e590ce Color CSS Codes

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

#e590ce Text Font Color

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

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


#e590ce Background Color

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

This div background color is #e590ce


#e590ce Border Color

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

This div border color is #e590ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e590ce


Comments

No comments written yet.

Please login to write comment.