Color Hex Logo

#ec9fdb Color Hex

#EC9FDB
(236,159,219)
0 Favorites   0 Comments

Color spaces of #ec9fdb

RGB 236159219
HSL0.870.670.77
HSV313°33°93°
CMYK 0.000.330.07   0.07
XYZ59.776447.743673.0827
Yxy47.74360.33100.2644
Hunter Lab69.096733.5031-14.3425
CIE-Lab74.662937.5961-18.7962

#ec9fdb color RGB value is (236,159,219).

#ec9fdb hex color red value is 236, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ec9fdb hue: 0.87 , saturation: 0.67 and the lightness value of ec9fdb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011111 11011011
Octal 354 237 333
Decimal 236 159 219
Hex EC 9F DB

RGB Percentages of Color #ec9fdb

%38.44
%25.90
%35.67

CMYK Percentages of Color #ec9fdb

%0
%33
%7
%7

Triadic Colors of #ec9fdb

#ec9fdb #dbec9f #9fdbec

Analogous Colors of #ec9fdb

#ec9fdb #ec9fb5 #d79fec

Monochromatic Colors of #ec9fdb

#ec9fdb

Complementary Color

#ec9fdb #9fecb0

#ec9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9fdb Color CSS Codes

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

#ec9fdb Text Font Color

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

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


#ec9fdb Background Color

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

This div background color is #ec9fdb


#ec9fdb Border Color

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

This div border color is #ec9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9fdb


Comments

No comments written yet.

Please login to write comment.