Color Hex Logo

#e27dca Color Hex

#E27DCA
(226,125,202)
0 Favorites   0 Comments

Color spaces of #e27dca

RGB 226125202
HSL0.870.640.69
HSV314°45°89°
CMYK 0.000.450.11   0.11
XYZ49.358335.100360.0507
Yxy35.10030.34160.2429
Hunter Lab59.245545.0313-18.6239
CIE-Lab65.826749.1919-22.9342

#e27dca color RGB value is (226,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111101 11001010
Octal 342 175 312
Decimal 226 125 202
Hex E2 7D CA

RGB Percentages of Color #e27dca

%40.87
%22.60
%36.53

CMYK Percentages of Color #e27dca

%0
%45
%11
%11

Triadic Colors of #e27dca

#e27dca #cae27d #7dcae2

Analogous Colors of #e27dca

#e27dca #e27d98 #c87de2

Monochromatic Colors of #e27dca

#e27dca

Complementary Color

#e27dca #7de295

#e27dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27dca Color CSS Codes

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

#e27dca Text Font Color

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

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


#e27dca Background Color

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

This div background color is #e27dca


#e27dca Border Color

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

This div border color is #e27dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27dca


Comments

No comments written yet.

Please login to write comment.