Color Hex Logo

#e228af Color Hex

#E228AF
(226,40,175)
0 Favorites   0 Comments

Color spaces of #e228af

RGB 22640175
HSL0.880.760.52
HSV316°82°89°
CMYK 0.000.820.23   0.11
XYZ39.860720.781542.4678
Yxy20.78150.38660.2015
Hunter Lab45.586776.3023-23.3228
CIE-Lab52.709578.0972-27.6621

#e228af color RGB value is (226,40,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101000 10101111
Octal 342 50 257
Decimal 226 40 175
Hex E2 28 AF

RGB Percentages of Color #e228af

%51.25
%9.07
%39.68

CMYK Percentages of Color #e228af

%0
%82
%23
%11

Triadic Colors of #e228af

#e228af #afe228 #28afe2

Analogous Colors of #e228af

#e228af #e22852 #b828e2

Monochromatic Colors of #e228af

#e228af

Complementary Color

#e228af #28e25b

#e228af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e228af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e228af Color CSS Codes

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

#e228af Text Font Color

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

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


#e228af Background Color

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

This div background color is #e228af


#e228af Border Color

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

This div border color is #e228af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e228af


Comments

No comments written yet.

Please login to write comment.