Color Hex Logo

#e290ce Color Hex

#E290CE
(226,144,206)
0 Favorites   0 Comments

Color spaces of #e290ce

RGB 226144206
HSL0.870.590.73
HSV315°36°89°
CMYK 0.000.360.09   0.11
XYZ52.477940.571563.4577
Yxy40.57150.33530.2592
Hunter Lab63.695835.5957-14.4814
CIE-Lab69.874740.0384-18.9998

#e290ce color RGB value is (226,144,206).

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

The process color (four color CMYK) of #e290ce color hex is 0.00, 0.36, 0.09, 0.11. Web safe color of #e290ce is #cc99cc. Color #e290ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010000 11001110
Octal 342 220 316
Decimal 226 144 206
Hex E2 90 CE

RGB Percentages of Color #e290ce

%39.24
%25.00
%35.76

CMYK Percentages of Color #e290ce

%0
%36
%9
%11

Triadic Colors of #e290ce

#e290ce #cee290 #90cee2

Analogous Colors of #e290ce

#e290ce #e290a5 #cd90e2

Monochromatic Colors of #e290ce

#e290ce

Complementary Color

#e290ce #90e2a4

#e290ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e290ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e290ce Color CSS Codes

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

#e290ce Text Font Color

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

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


#e290ce Background Color

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

This div background color is #e290ce


#e290ce Border Color

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

This div border color is #e290ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e290ce


Comments

No comments written yet.

Please login to write comment.