Color Hex Logo

#e790ce Color Hex

#E790CE
(231,144,206)
0 Favorites   0 Comments

Color spaces of #e790ce

RGB 231144206
HSL0.880.640.74
HSV317°38°91°
CMYK 0.000.380.11   0.09
XYZ54.068841.391763.5322
Yxy41.39170.34010.2603
Hunter Lab64.336437.4241-13.5134
CIE-Lab70.449541.6645-18.0741

#e790ce color RGB value is (231,144,206).

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

The process color (four color CMYK) of #e790ce color hex is 0.00, 0.38, 0.11, 0.09. Web safe color of #e790ce is #ff99cc. Color #e790ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 11001110
Octal 347 220 316
Decimal 231 144 206
Hex E7 90 CE

RGB Percentages of Color #e790ce

%39.76
%24.78
%35.46

CMYK Percentages of Color #e790ce

%0
%38
%11
%9

Triadic Colors of #e790ce

#e790ce #cee790 #90cee7

Analogous Colors of #e790ce

#e790ce #e790a3 #d590e7

Monochromatic Colors of #e790ce

#e790ce

Complementary Color

#e790ce #90e7a9

#e790ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e790ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e790ce Color CSS Codes

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

#e790ce Text Font Color

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

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


#e790ce Background Color

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

This div background color is #e790ce


#e790ce Border Color

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

This div border color is #e790ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e790ce


Comments

No comments written yet.

Please login to write comment.