Color Hex Logo

#e27dac Color Hex

#E27DAC
(226,125,172)
0 Favorites   0 Comments

Color spaces of #e27dac

RGB 226125172
HSL0.920.640.69
HSV332°45°89°
CMYK 0.000.450.24   0.11
XYZ46.144033.814543.1245
Yxy33.81450.37490.2747
Hunter Lab58.150239.8823-3.2646
CIE-Lab64.815144.6318-7.5399

#e27dac color RGB value is (226,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111101 10101100
Octal 342 175 254
Decimal 226 125 172
Hex E2 7D AC

RGB Percentages of Color #e27dac

%43.21
%23.90
%32.89

CMYK Percentages of Color #e27dac

%0
%45
%24
%11

Triadic Colors of #e27dac

#e27dac #ace27d #7dace2

Analogous Colors of #e27dac

#e27dac #e2817d #e27ddf

Monochromatic Colors of #e27dac

#e27dac

Complementary Color

#e27dac #7de2b3

#e27dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27dac Color CSS Codes

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

#e27dac Text Font Color

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

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


#e27dac Background Color

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

This div background color is #e27dac


#e27dac Border Color

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

This div border color is #e27dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27dac


Comments

No comments written yet.

Please login to write comment.