Color Hex Logo

#e23eae Color Hex

#E23EAE
(226,62,174)
0 Favorites   0 Comments

Color spaces of #e23eae

RGB 22662174
HSL0.890.740.56
HSV319°73°89°
CMYK 0.000.730.23   0.11
XYZ40.726622.670042.2736
Yxy22.67000.38540.2145
Hunter Lab47.613069.3602-19.3120
CIE-Lab54.730872.0755-23.9541

#e23eae color RGB value is (226,62,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111110 10101110
Octal 342 76 256
Decimal 226 62 174
Hex E2 3E AE

RGB Percentages of Color #e23eae

%48.92
%13.42
%37.66

CMYK Percentages of Color #e23eae

%0
%73
%23
%11

Triadic Colors of #e23eae

#e23eae #aee23e #3eaee2

Analogous Colors of #e23eae

#e23eae #e23e5c #c43ee2

Monochromatic Colors of #e23eae

#e23eae

Complementary Color

#e23eae #3ee272

#e23eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23eae Color CSS Codes

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

#e23eae Text Font Color

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

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


#e23eae Background Color

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

This div background color is #e23eae


#e23eae Border Color

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

This div border color is #e23eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23eae


Comments

No comments written yet.

Please login to write comment.