Color Hex Logo

#e27daa Color Hex

#E27DAA
(226,125,170)
0 Favorites   0 Comments

Color spaces of #e27daa

RGB 226125170
HSL0.930.640.69
HSV333°45°89°
CMYK 0.000.450.25   0.11
XYZ45.953333.738342.1203
Yxy33.73830.37720.2770
Hunter Lab58.084739.5709-2.3351
CIE-Lab64.754344.3516-6.4956

#e27daa color RGB value is (226,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111101 10101010
Octal 342 175 252
Decimal 226 125 170
Hex E2 7D AA

RGB Percentages of Color #e27daa

%43.38
%23.99
%32.63

CMYK Percentages of Color #e27daa

%0
%45
%25
%11

Triadic Colors of #e27daa

#e27daa #aae27d #7daae2

Analogous Colors of #e27daa

#e27daa #e2837d #e27ddd

Monochromatic Colors of #e27daa

#e27daa

Complementary Color

#e27daa #7de2b5

#e27daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27daa Color CSS Codes

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

#e27daa Text Font Color

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

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


#e27daa Background Color

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

This div background color is #e27daa


#e27daa Border Color

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

This div border color is #e27daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27daa


Comments

No comments written yet.

Please login to write comment.