Color Hex Logo

#ec9bdb Color Hex

#EC9BDB
(236,155,219)
0 Favorites   0 Comments

Color spaces of #ec9bdb

RGB 236155219
HSL0.870.680.77
HSV313°34°93°
CMYK 0.000.340.07   0.07
XYZ59.099646.390072.8571
Yxy46.39000.33140.2601
Hunter Lab68.110235.6926-15.7450
CIE-Lab73.797939.7018-20.1073

#ec9bdb color RGB value is (236,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011011 11011011
Octal 354 233 333
Decimal 236 155 219
Hex EC 9B DB

RGB Percentages of Color #ec9bdb

%38.69
%25.41
%35.90

CMYK Percentages of Color #ec9bdb

%0
%34
%7
%7

Triadic Colors of #ec9bdb

#ec9bdb #dbec9b #9bdbec

Analogous Colors of #ec9bdb

#ec9bdb #ec9bb3 #d59bec

Monochromatic Colors of #ec9bdb

#ec9bdb

Complementary Color

#ec9bdb #9becac

#ec9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9bdb Color CSS Codes

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

#ec9bdb Text Font Color

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

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


#ec9bdb Background Color

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

This div background color is #ec9bdb


#ec9bdb Border Color

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

This div border color is #ec9bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,155,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 #ec9bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9bdb


Comments

No comments written yet.

Please login to write comment.