Color Hex Logo

#ec8ddf Color Hex

#EC8DDF
(236,141,223)
0 Favorites   0 Comments

Color spaces of #ec8ddf

RGB 236141223
HSL0.860.710.74
HSV308°40°93°
CMYK 0.000.400.06   0.07
XYZ57.436242.210374.9322
Yxy42.21030.32900.2418
Hunter Lab64.969544.1063-22.9032
CIE-Lab71.015747.6521-26.5494

#ec8ddf color RGB value is (236,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001101 11011111
Octal 354 215 337
Decimal 236 141 223
Hex EC 8D DF

RGB Percentages of Color #ec8ddf

%39.33
%23.50
%37.17

CMYK Percentages of Color #ec8ddf

%0
%40
%6
%7

Triadic Colors of #ec8ddf

#ec8ddf #dfec8d #8ddfec

Analogous Colors of #ec8ddf

#ec8ddf #ec8db0 #ca8dec

Monochromatic Colors of #ec8ddf

#ec8ddf

Complementary Color

#ec8ddf #8dec9a

#ec8ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8ddf Color CSS Codes

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

#ec8ddf Text Font Color

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

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


#ec8ddf Background Color

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

This div background color is #ec8ddf


#ec8ddf Border Color

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

This div border color is #ec8ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8ddf


Comments

No comments written yet.

Please login to write comment.