Color Hex Logo

#e2807d Color Hex

#E2807D
(226,128,125)
0 Favorites   0 Comments

Color spaces of #e2807d

RGB 226128125
HSL0.000.640.69
HSV45°89°
CMYK 0.000.430.45   0.11
XYZ42.784933.087823.5336
Yxy33.08780.43040.3329
Hunter Lab57.522032.104916.0085
CIE-Lab64.231937.368418.3056

#e2807d color RGB value is (226,128,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000000 01111101
Octal 342 200 175
Decimal 226 128 125
Hex E2 80 7D

RGB Percentages of Color #e2807d

%47.18
%26.72
%26.10

CMYK Percentages of Color #e2807d

%0
%43
%45
%11

Triadic Colors of #e2807d

#e2807d #7de280 #807de2

Analogous Colors of #e2807d

#e2807d #e2b37d #e27dad

Monochromatic Colors of #e2807d

#e2807d

Complementary Color

#e2807d #7ddfe2

#e2807d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2807d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2807d Color CSS Codes

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

#e2807d Text Font Color

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

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


#e2807d Background Color

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

This div background color is #e2807d


#e2807d Border Color

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

This div border color is #e2807d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2807d


Comments

No comments written yet.

Please login to write comment.