color codes Logo

#ebb3db color codes

#EBB3DB
(235,179,219)
0 Favorites   0 Comments

Color spaces of #ebb3db

RGB 235179219
HSL0.880.580.81
HSV317°24°92°
CMYK 0.000.240.07   0.08
XYZ63.167255.016874.3079
Yxy55.01680.32820.2858
Hunter Lab74.173322.2102-7.4763
CIE-Lab79.050926.6337-12.2038

#ebb3db color RGB value is (235,179,219).

#ebb3db hex color red value is 235, green value is 179 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebb3db hue: 0.88 , saturation: 0.58 and the lightness value of ebb3db is 0.81.

The process color (four color CMYK) of #ebb3db color code is 0.00, 0.24, 0.07, 0.08. Web safe color of #ebb3db is #ffcccc. Color #ebb3db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 11011011
Octal 353 263 333
Decimal 235 179 219
Hex EB B3 DB

RGB Percentages of Color #ebb3db

%37.12
%28.28
%34.60

CMYK Percentages of Color #ebb3db

%0
%24
%7
%8

Triadic Colors of #ebb3db

#ebb3db #dbebb3 #b3dbeb

Analogous Colors of #ebb3db

#ebb3db #ebb3bf #dfb3eb

Monochromatic Colors of #ebb3db

#ebb3db

Complementary Color

#ebb3db #b3ebc3

#ebb3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb3db Color CSS Codes

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

#ebb3db Text Font Color

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

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


#ebb3db Background Color

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

This div background color is #ebb3db


#ebb3db Border Color

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

This div border color is #ebb3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb3db


Comments

No comments written yet.

Please login to write comment.