Color Hex Logo

#e2807a Color Hex

#E2807A
(226,128,122)
0 Favorites   0 Comments

Color spaces of #e2807a

RGB 226128122
HSL0.010.640.68
HSV46°89°
CMYK 0.000.430.46   0.11
XYZ42.596133.012222.5393
Yxy33.01220.43400.3364
Hunter Lab57.456231.785416.9607
CIE-Lab64.170837.067619.9150

#e2807a color RGB value is (226,128,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000000 01111010
Octal 342 200 172
Decimal 226 128 122
Hex E2 80 7A

RGB Percentages of Color #e2807a

%47.48
%26.89
%25.63

CMYK Percentages of Color #e2807a

%0
%43
%46
%11

Triadic Colors of #e2807a

#e2807a #7ae280 #807ae2

Analogous Colors of #e2807a

#e2807a #e2b47a #e27aa8

Monochromatic Colors of #e2807a

#e2807a

Complementary Color

#e2807a #7adce2

#e2807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2807a Color CSS Codes

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

#e2807a Text Font Color

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

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


#e2807a Background Color

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

This div background color is #e2807a


#e2807a Border Color

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

This div border color is #e2807a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2807a


Comments

No comments written yet.

Please login to write comment.