Color Hex Logo

#ec7eec Color Hex

#EC7EEC
(236,126,236)
0 Favorites   0 Comments

Color spaces of #ec7eec

RGB 236126236
HSL0.830.740.71
HSV300°47°93°
CMYK 0.000.470.00   0.07
XYZ57.193238.810783.8337
Yxy38.81070.31800.2158
Hunter Lab62.298254.8509-36.1768
CIE-Lab68.613957.4075-37.4225

#ec7eec color RGB value is (236,126,236).

#ec7eec hex color red value is 236, green value is 126 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ec7eec hue: 0.83 , saturation: 0.74 and the lightness value of ec7eec is 0.71.

The process color (four color CMYK) of #ec7eec color hex is 0.00, 0.47, 0.00, 0.07. Web safe color of #ec7eec is #ff66ff. Color #ec7eec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111110 11101100
Octal 354 176 354
Decimal 236 126 236
Hex EC 7E EC

RGB Percentages of Color #ec7eec

%39.46
%21.07
%39.46

CMYK Percentages of Color #ec7eec

%0
%47
%0
%7

Triadic Colors of #ec7eec

#ec7eec #ecec7e #7eecec

Analogous Colors of #ec7eec

#ec7eec #ec7eb5 #b57eec

Monochromatic Colors of #ec7eec

#ec7eec

Complementary Color

#ec7eec #7eec7e

#ec7eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7eec Color CSS Codes

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

#ec7eec Text Font Color

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

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


#ec7eec Background Color

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

This div background color is #ec7eec


#ec7eec Border Color

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

This div border color is #ec7eec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,126,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 #ec7eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7eec


Comments

No comments written yet.

Please login to write comment.