Color Hex Logo

#e27cdc Color Hex

#E27CDC
(226,124,220)
0 Favorites   0 Comments

Color spaces of #e27cdc

RGB 226124220
HSL0.840.640.69
HSV304°45°89°
CMYK 0.000.450.03   0.11
XYZ51.489935.751471.8970
Yxy35.75140.32360.2247
Hunter Lab59.792549.0773-29.4381
CIE-Lab66.329552.7285-32.2119

#e27cdc color RGB value is (226,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 11011100
Octal 342 174 334
Decimal 226 124 220
Hex E2 7C DC

RGB Percentages of Color #e27cdc

%39.65
%21.75
%38.60

CMYK Percentages of Color #e27cdc

%0
%45
%3
%11

Triadic Colors of #e27cdc

#e27cdc #dce27c #7cdce2

Analogous Colors of #e27cdc

#e27cdc #e27ca9 #b57ce2

Monochromatic Colors of #e27cdc

#e27cdc

Complementary Color

#e27cdc #7ce282

#e27cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27cdc Color CSS Codes

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

#e27cdc Text Font Color

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

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


#e27cdc Background Color

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

This div background color is #e27cdc


#e27cdc Border Color

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

This div border color is #e27cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27cdc


Comments

No comments written yet.

Please login to write comment.