Color Hex Logo

#ec8bdd Color Hex

#EC8BDD
(236,139,221)
0 Favorites   0 Comments

Color spaces of #ec8bdd

RGB 236139221
HSL0.860.720.74
HSV309°41°93°
CMYK 0.000.410.06   0.07
XYZ56.875841.518673.4228
Yxy41.51860.33100.2416
Hunter Lab64.434944.7983-22.4558
CIE-Lab70.537748.3328-26.1798

#ec8bdd color RGB value is (236,139,221).

#ec8bdd hex color red value is 236, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ec8bdd hue: 0.86 , saturation: 0.72 and the lightness value of ec8bdd is 0.74.

The process color (four color CMYK) of #ec8bdd color hex is 0.00, 0.41, 0.06, 0.07. Web safe color of #ec8bdd is #ff99cc. Color #ec8bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001011 11011101
Octal 354 213 335
Decimal 236 139 221
Hex EC 8B DD

RGB Percentages of Color #ec8bdd

%39.60
%23.32
%37.08

CMYK Percentages of Color #ec8bdd

%0
%41
%6
%7

Triadic Colors of #ec8bdd

#ec8bdd #ddec8b #8bddec

Analogous Colors of #ec8bdd

#ec8bdd #ec8bad #cb8bec

Monochromatic Colors of #ec8bdd

#ec8bdd

Complementary Color

#ec8bdd #8bec9a

#ec8bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8bdd Color CSS Codes

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

#ec8bdd Text Font Color

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

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


#ec8bdd Background Color

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

This div background color is #ec8bdd


#ec8bdd Border Color

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

This div border color is #ec8bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8bdd


Comments

No comments written yet.

Please login to write comment.