Color Hex Logo

#e239ab Color Hex

#E239AB
(226,57,171)
0 Favorites   0 Comments

Color spaces of #e239ab

RGB 22657171
HSL0.890.740.55
HSV320°75°89°
CMYK 0.000.750.24   0.11
XYZ40.177822.035340.6637
Yxy22.03530.39050.2142
Hunter Lab46.941870.6313-18.5012
CIE-Lab54.064473.2469-23.2268

#e239ab color RGB value is (226,57,171).

#e239ab hex color red value is 226, green value is 57 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e239ab hue: 0.89 , saturation: 0.74 and the lightness value of e239ab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111001 10101011
Octal 342 71 253
Decimal 226 57 171
Hex E2 39 AB

RGB Percentages of Color #e239ab

%49.78
%12.56
%37.67

CMYK Percentages of Color #e239ab

%0
%75
%24
%11

Triadic Colors of #e239ab

#e239ab #abe239 #39abe2

Analogous Colors of #e239ab

#e239ab #e23957 #c539e2

Monochromatic Colors of #e239ab

#e239ab

Complementary Color

#e239ab #39e270

#e239ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e239ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e239ab Color CSS Codes

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

#e239ab Text Font Color

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

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


#e239ab Background Color

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

This div background color is #e239ab


#e239ab Border Color

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

This div border color is #e239ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e239ab


Comments

No comments written yet.

Please login to write comment.