Color Hex Logo

#e229ab Color Hex

#E229AB
(226,41,171)
0 Favorites   0 Comments

Color spaces of #e229ab

RGB 22641171
HSL0.880.760.52
HSV318°82°89°
CMYK 0.000.820.24   0.11
XYZ39.507720.694940.4403
Yxy20.69490.39260.2056
Hunter Lab45.491675.4098-20.8623
CIE-Lab52.614077.4011-25.4634

#e229ab color RGB value is (226,41,171).

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

The process color (four color CMYK) of #e229ab color hex is 0.00, 0.82, 0.24, 0.11. Web safe color of #e229ab is #cc3399. Color #e229ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 10101011
Octal 342 51 253
Decimal 226 41 171
Hex E2 29 AB

RGB Percentages of Color #e229ab

%51.60
%9.36
%39.04

CMYK Percentages of Color #e229ab

%0
%82
%24
%11

Triadic Colors of #e229ab

#e229ab #abe229 #29abe2

Analogous Colors of #e229ab

#e229ab #e2294f #bd29e2

Monochromatic Colors of #e229ab

#e229ab

Complementary Color

#e229ab #29e260

#e229ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e229ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e229ab Color CSS Codes

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

#e229ab Text Font Color

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

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


#e229ab Background Color

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

This div background color is #e229ab


#e229ab Border Color

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

This div border color is #e229ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,41,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e229ab


Comments

No comments written yet.

Please login to write comment.