Color Hex Logo

#e27d8a Color Hex

#E27D8A
(226,125,138)
0 Favorites   0 Comments

Color spaces of #e27d8a

RGB 226125138
HSL0.980.640.69
HSV352°45°89°
CMYK 0.000.450.39   0.11
XYZ43.285132.671028.0695
Yxy32.67100.41610.3141
Hunter Lab57.158635.147210.8948
CIE-Lab63.893640.314210.4594

#e27d8a color RGB value is (226,125,138).

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

The process color (four color CMYK) of #e27d8a color hex is 0.00, 0.45, 0.39, 0.11. Web safe color of #e27d8a is #cc6699. Color #e27d8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111101 10001010
Octal 342 175 212
Decimal 226 125 138
Hex E2 7D 8A

RGB Percentages of Color #e27d8a

%46.22
%25.56
%28.22

CMYK Percentages of Color #e27d8a

%0
%45
%39
%11

Triadic Colors of #e27d8a

#e27d8a #8ae27d #7d8ae2

Analogous Colors of #e27d8a

#e27d8a #e2a37d #e27dbd

Monochromatic Colors of #e27d8a

#e27d8a

Complementary Color

#e27d8a #7de2d5

#e27d8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27d8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27d8a Color CSS Codes

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

#e27d8a Text Font Color

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

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


#e27d8a Background Color

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

This div background color is #e27d8a


#e27d8a Border Color

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

This div border color is #e27d8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27d8a

#e27d8a Color Palettes


Comments

No comments written yet.

Please login to write comment.