Color Hex Logo

#e27dda Color Hex

#E27DDA
(226,125,218)
0 Favorites   0 Comments

Color spaces of #e27dda

RGB 226125218
HSL0.850.640.69
HSV305°45°89°
CMYK 0.000.450.04   0.11
XYZ51.352535.897970.5521
Yxy35.89790.32540.2275
Hunter Lab59.914948.1398-27.8759
CIE-Lab66.441851.8816-30.9255

#e27dda color RGB value is (226,125,218).

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

The process color (four color CMYK) of #e27dda color hex is 0.00, 0.45, 0.04, 0.11. Web safe color of #e27dda is #cc66cc. Color #e27dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111101 11011010
Octal 342 175 332
Decimal 226 125 218
Hex E2 7D DA

RGB Percentages of Color #e27dda

%39.72
%21.97
%38.31

CMYK Percentages of Color #e27dda

%0
%45
%4
%11

Triadic Colors of #e27dda

#e27dda #dae27d #7ddae2

Analogous Colors of #e27dda

#e27dda #e27da8 #b87de2

Monochromatic Colors of #e27dda

#e27dda

Complementary Color

#e27dda #7de285

#e27dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27dda Color CSS Codes

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

#e27dda Text Font Color

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

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


#e27dda Background Color

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

This div background color is #e27dda


#e27dda Border Color

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

This div border color is #e27dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27dda


Comments

No comments written yet.

Please login to write comment.