Color Hex Logo

#e23dab Color Hex

#E23DAB
(226,61,171)
0 Favorites   0 Comments

Color spaces of #e23dab

RGB 22661171
HSL0.890.740.56
HSV320°73°89°
CMYK 0.000.730.24   0.11
XYZ40.383522.446540.7322
Yxy22.44650.38990.2167
Hunter Lab47.377769.2375-17.8091
CIE-Lab54.497672.0192-22.5608

#e23dab color RGB value is (226,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111101 10101011
Octal 342 75 253
Decimal 226 61 171
Hex E2 3D AB

RGB Percentages of Color #e23dab

%49.34
%13.32
%37.34

CMYK Percentages of Color #e23dab

%0
%73
%24
%11

Triadic Colors of #e23dab

#e23dab #abe23d #3dabe2

Analogous Colors of #e23dab

#e23dab #e23d59 #c73de2

Monochromatic Colors of #e23dab

#e23dab

Complementary Color

#e23dab #3de274

#e23dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23dab Color CSS Codes

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

#e23dab Text Font Color

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

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


#e23dab Background Color

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

This div background color is #e23dab


#e23dab Border Color

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

This div border color is #e23dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23dab


Comments

No comments written yet.

Please login to write comment.