Color Hex Logo

#e23aaf Color Hex

#E23AAF
(226,58,175)
0 Favorites   0 Comments

Color spaces of #e23aaf

RGB 22658175
HSL0.880.740.56
HSV318°74°89°
CMYK 0.000.740.23   0.11
XYZ40.615022.290042.7192
Yxy22.29000.38450.2110
Hunter Lab47.212370.9355-20.5989
CIE-Lab54.333473.4439-25.1502

#e23aaf color RGB value is (226,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111010 10101111
Octal 342 72 257
Decimal 226 58 175
Hex E2 3A AF

RGB Percentages of Color #e23aaf

%49.24
%12.64
%38.13

CMYK Percentages of Color #e23aaf

%0
%74
%23
%11

Triadic Colors of #e23aaf

#e23aaf #afe23a #3aafe2

Analogous Colors of #e23aaf

#e23aaf #e23a5b #c13ae2

Monochromatic Colors of #e23aaf

#e23aaf

Complementary Color

#e23aaf #3ae26d

#e23aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23aaf Color CSS Codes

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

#e23aaf Text Font Color

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

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


#e23aaf Background Color

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

This div background color is #e23aaf


#e23aaf Border Color

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

This div border color is #e23aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23aaf


Comments

No comments written yet.

Please login to write comment.