Color Hex Logo

#e229ce Color Hex

#E229CE
(226,41,206)
0 Favorites   0 Comments

Color spaces of #e229ce

RGB 22641206
HSL0.850.760.52
HSV306°82°89°
CMYK 0.000.820.09   0.11
XYZ43.297522.210960.3976
Yxy22.21090.34390.1764
Hunter Lab47.128481.5155-42.9934
CIE-Lab54.250181.9180-43.2091

#e229ce color RGB value is (226,41,206).

#e229ce hex color red value is 226, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e229ce hue: 0.85 , saturation: 0.76 and the lightness value of e229ce is 0.52.

The process color (four color CMYK) of #e229ce color hex is 0.00, 0.82, 0.09, 0.11. Web safe color of #e229ce is #cc33cc. Color #e229ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 11001110
Octal 342 51 316
Decimal 226 41 206
Hex E2 29 CE

RGB Percentages of Color #e229ce

%47.78
%8.67
%43.55

CMYK Percentages of Color #e229ce

%0
%82
%9
%11

Triadic Colors of #e229ce

#e229ce #cee229 #29cee2

Analogous Colors of #e229ce

#e229ce #e22972 #9a29e2

Monochromatic Colors of #e229ce

#e229ce

Complementary Color

#e229ce #29e23d

#e229ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e229ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e229ce Color CSS Codes

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

#e229ce Text Font Color

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

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


#e229ce Background Color

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

This div background color is #e229ce


#e229ce Border Color

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

This div border color is #e229ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e229ce


Comments

No comments written yet.

Please login to write comment.