Color Hex Logo

#e267aa Color Hex

#E267AA
(226,103,170)
0 Favorites   0 Comments

Color spaces of #e267aa

RGB 226103170
HSL0.910.680.65
HSV327°54°89°
CMYK 0.000.540.25   0.11
XYZ43.470028.771541.2925
Yxy28.77150.38290.2534
Hunter Lab53.639150.7910-8.0954
CIE-Lab60.579455.1465-12.7326

#e267aa color RGB value is (226,103,170).

#e267aa hex color red value is 226, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e267aa hue: 0.91 , saturation: 0.68 and the lightness value of e267aa is 0.65.

The process color (four color CMYK) of #e267aa color hex is 0.00, 0.54, 0.25, 0.11. Web safe color of #e267aa is #cc6699. Color #e267aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100111 10101010
Octal 342 147 252
Decimal 226 103 170
Hex E2 67 AA

RGB Percentages of Color #e267aa

%45.29
%20.64
%34.07

CMYK Percentages of Color #e267aa

%0
%54
%25
%11

Triadic Colors of #e267aa

#e267aa #aae267 #67aae2

Analogous Colors of #e267aa

#e267aa #e2676d #dd67e2

Monochromatic Colors of #e267aa

#e267aa

Complementary Color

#e267aa #67e29f

#e267aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e267aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e267aa Color CSS Codes

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

#e267aa Text Font Color

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

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


#e267aa Background Color

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

This div background color is #e267aa


#e267aa Border Color

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

This div border color is #e267aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e267aa


Comments

No comments written yet.

Please login to write comment.