Color Hex Logo

#ec8cee Color Hex

#EC8CEE
(236,140,238)
0 Favorites   0 Comments

Color spaces of #ec8cee

RGB 236140238
HSL0.830.740.74
HSV299°41°93°
CMYK 0.010.410.00   0.07
XYZ59.402842.762186.0120
Yxy42.76210.31570.2272
Hunter Lab65.392747.7122-32.2101
CIE-Lab71.393250.7954-34.2048

#ec8cee color RGB value is (236,140,238).

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

The process color (four color CMYK) of #ec8cee color hex is 0.01, 0.41, 0.00, 0.07. Web safe color of #ec8cee is #ff99ff. Color #ec8cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001100 11101110
Octal 354 214 356
Decimal 236 140 238
Hex EC 8C EE

RGB Percentages of Color #ec8cee

%38.44
%22.80
%38.76

CMYK Percentages of Color #ec8cee

%1
%41
%0
%7

Triadic Colors of #ec8cee

#ec8cee #eeec8c #8ceeec

Analogous Colors of #ec8cee

#ec8cee #ee8cbf #bb8cee

Monochromatic Colors of #ec8cee

#ec8cee

Complementary Color

#ec8cee #8eee8c

#ec8cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8cee Color CSS Codes

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

#ec8cee Text Font Color

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

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


#ec8cee Background Color

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

This div background color is #ec8cee


#ec8cee Border Color

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

This div border color is #ec8cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8cee


Comments

No comments written yet.

Please login to write comment.