Color Hex Logo

#e2817a Color Hex

#E2817A
(226,129,122)
0 Favorites   0 Comments

Color spaces of #e2817a

RGB 226129122
HSL0.010.640.68
HSV46°89°
CMYK 0.000.430.46   0.11
XYZ42.727133.274422.5830
Yxy33.27440.43340.3375
Hunter Lab57.684031.269817.1670
CIE-Lab64.382536.546920.2035

#e2817a color RGB value is (226,129,122).

#e2817a hex color red value is 226, green value is 129 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e2817a hue: 0.01 , saturation: 0.64 and the lightness value of e2817a is 0.68.

The process color (four color CMYK) of #e2817a color hex is 0.00, 0.43, 0.46, 0.11. Web safe color of #e2817a is #cc9966. Color #e2817a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000001 01111010
Octal 342 201 172
Decimal 226 129 122
Hex E2 81 7A

RGB Percentages of Color #e2817a

%47.38
%27.04
%25.58

CMYK Percentages of Color #e2817a

%0
%43
%46
%11

Triadic Colors of #e2817a

#e2817a #7ae281 #817ae2

Analogous Colors of #e2817a

#e2817a #e2b57a #e27aa7

Monochromatic Colors of #e2817a

#e2817a

Complementary Color

#e2817a #7adbe2

#e2817a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2817a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2817a Color CSS Codes

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

#e2817a Text Font Color

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

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


#e2817a Background Color

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

This div background color is #e2817a


#e2817a Border Color

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

This div border color is #e2817a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2817a


Comments

No comments written yet.

Please login to write comment.