Color Hex Logo

#e23caa Color Hex

#E23CAA
(226,60,170)
0 Favorites   0 Comments

Color spaces of #e23caa

RGB 22660170
HSL0.890.740.56
HSV320°73°89°
CMYK 0.000.730.25   0.11
XYZ40.235622.302740.2144
Yxy22.30270.39160.2171
Hunter Lab47.225769.4342-17.4295
CIE-Lab54.346772.2100-22.2077

#e23caa color RGB value is (226,60,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111100 10101010
Octal 342 74 252
Decimal 226 60 170
Hex E2 3C AA

RGB Percentages of Color #e23caa

%49.56
%13.16
%37.28

CMYK Percentages of Color #e23caa

%0
%73
%25
%11

Triadic Colors of #e23caa

#e23caa #aae23c #3caae2

Analogous Colors of #e23caa

#e23caa #e23c57 #c73ce2

Monochromatic Colors of #e23caa

#e23caa

Complementary Color

#e23caa #3ce274

#e23caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23caa Color CSS Codes

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

#e23caa Text Font Color

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

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


#e23caa Background Color

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

This div background color is #e23caa


#e23caa Border Color

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

This div border color is #e23caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23caa


Comments

No comments written yet.

Please login to write comment.