Color Hex Logo

#ec8bde Color Hex

#EC8BDE
(236,139,222)
0 Favorites   0 Comments

Color spaces of #ec8bde

RGB 236139222
HSL0.860.720.74
HSV309°41°93°
CMYK 0.000.410.06   0.07
XYZ57.009541.572074.1267
Yxy41.57200.33010.2407
Hunter Lab64.476444.9947-23.0306
CIE-Lab70.574848.5029-26.6745

#ec8bde color RGB value is (236,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001011 11011110
Octal 354 213 336
Decimal 236 139 222
Hex EC 8B DE

RGB Percentages of Color #ec8bde

%39.53
%23.28
%37.19

CMYK Percentages of Color #ec8bde

%0
%41
%6
%7

Triadic Colors of #ec8bde

#ec8bde #deec8b #8bdeec

Analogous Colors of #ec8bde

#ec8bde #ec8bae #ca8bec

Monochromatic Colors of #ec8bde

#ec8bde

Complementary Color

#ec8bde #8bec99

#ec8bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8bde Color CSS Codes

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

#ec8bde Text Font Color

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

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


#ec8bde Background Color

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

This div background color is #ec8bde


#ec8bde Border Color

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

This div border color is #ec8bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8bde


Comments

No comments written yet.

Please login to write comment.