Color Hex Logo

#e27cec Color Hex

#E27CEC
(226,124,236)
0 Favorites   0 Comments

Color spaces of #e27cec

RGB 226124236
HSL0.820.750.71
HSV295°47°93°
CMYK 0.040.470.00   0.07
XYZ53.712036.640283.5982
Yxy36.64020.30880.2106
Hunter Lab60.531152.4615-39.5123
CIE-Lab67.006255.5929-40.0226

#e27cec color RGB value is (226,124,236).

#e27cec hex color red value is 226, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e27cec hue: 0.82 , saturation: 0.75 and the lightness value of e27cec is 0.71.

The process color (four color CMYK) of #e27cec color hex is 0.04, 0.47, 0.00, 0.07. Web safe color of #e27cec is #cc66ff. Color #e27cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 11101100
Octal 342 174 354
Decimal 226 124 236
Hex E2 7C EC

RGB Percentages of Color #e27cec

%38.57
%21.16
%40.27

CMYK Percentages of Color #e27cec

%4
%47
%0
%7

Triadic Colors of #e27cec

#e27cec #ece27c #7cece2

Analogous Colors of #e27cec

#e27cec #ec7cbe #aa7cec

Monochromatic Colors of #e27cec

#e27cec

Complementary Color

#e27cec #86ec7c

#e27cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27cec Color CSS Codes

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

#e27cec Text Font Color

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

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


#e27cec Background Color

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

This div background color is #e27cec


#e27cec Border Color

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

This div border color is #e27cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27cec


Comments

No comments written yet.

Please login to write comment.