Color Hex Logo

#ebc1db Color Hex

#EBC1DB
(235,193,219)
0 Favorites   0 Comments

Color spaces of #ebc1db

RGB 235193219
HSL0.900.510.84
HSV323°18°92°
CMYK 0.000.180.07   0.08
XYZ66.117160.916675.2912
Yxy60.91660.32680.3011
Hunter Lab78.049114.6254-2.5606
CIE-Lab82.333919.1723-7.3168

#ebc1db color RGB value is (235,193,219).

#ebc1db hex color red value is 235, green value is 193 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebc1db hue: 0.90 , saturation: 0.51 and the lightness value of ebc1db is 0.84.

The process color (four color CMYK) of #ebc1db color hex is 0.00, 0.18, 0.07, 0.08. Web safe color of #ebc1db is #ffcccc. Color #ebc1db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 11011011
Octal 353 301 333
Decimal 235 193 219
Hex EB C1 DB

RGB Percentages of Color #ebc1db

%36.32
%29.83
%33.85

CMYK Percentages of Color #ebc1db

%0
%18
%7
%8

Triadic Colors of #ebc1db

#ebc1db #dbebc1 #c1dbeb

Analogous Colors of #ebc1db

#ebc1db #ebc1c6 #e6c1eb

Monochromatic Colors of #ebc1db

#ebc1db

Complementary Color

#ebc1db #c1ebd1

#ebc1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1db Color CSS Codes

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

#ebc1db Text Font Color

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

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


#ebc1db Background Color

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

This div background color is #ebc1db


#ebc1db Border Color

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

This div border color is #ebc1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1db


Comments

No comments written yet.

Please login to write comment.