Color Hex Logo

#e27dce Color Hex

#E27DCE
(226,125,206)
0 Favorites   0 Comments

Color spaces of #e27dce

RGB 226125206
HSL0.870.640.69
HSV312°45°89°
CMYK 0.000.450.09   0.11
XYZ49.838235.292262.5778
Yxy35.29220.33740.2389
Hunter Lab59.407245.7854-20.8692
CIE-Lab65.975549.8487-24.9467

#e27dce color RGB value is (226,125,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111101 11001110
Octal 342 175 316
Decimal 226 125 206
Hex E2 7D CE

RGB Percentages of Color #e27dce

%40.57
%22.44
%36.98

CMYK Percentages of Color #e27dce

%0
%45
%9
%11

Triadic Colors of #e27dce

#e27dce #cee27d #7dcee2

Analogous Colors of #e27dce

#e27dce #e27d9c #c47de2

Monochromatic Colors of #e27dce

#e27dce

Complementary Color

#e27dce #7de291

#e27dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27dce Color CSS Codes

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

#e27dce Text Font Color

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

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


#e27dce Background Color

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

This div background color is #e27dce


#e27dce Border Color

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

This div border color is #e27dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27dce


Comments

No comments written yet.

Please login to write comment.