Color Hex Logo

#ebb2db Color Hex

#EBB2DB
(235,178,219)
0 Favorites   0 Comments

Color spaces of #ebb2db

RGB 235178219
HSL0.880.590.81
HSV317°24°92°
CMYK 0.000.240.07   0.08
XYZ62.967554.617474.2413
Yxy54.61740.32830.2847
Hunter Lab73.903622.7547-7.8284
CIE-Lab78.820427.1672-12.5487

#ebb2db color RGB value is (235,178,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 11011011
Octal 353 262 333
Decimal 235 178 219
Hex EB B2 DB

RGB Percentages of Color #ebb2db

%37.18
%28.16
%34.65

CMYK Percentages of Color #ebb2db

%0
%24
%7
%8

Triadic Colors of #ebb2db

#ebb2db #dbebb2 #b2dbeb

Analogous Colors of #ebb2db

#ebb2db #ebb2bf #dfb2eb

Monochromatic Colors of #ebb2db

#ebb2db

Complementary Color

#ebb2db #b2ebc2

#ebb2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb2db Color CSS Codes

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

#ebb2db Text Font Color

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

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


#ebb2db Background Color

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

This div background color is #ebb2db


#ebb2db Border Color

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

This div border color is #ebb2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb2db


Comments

No comments written yet.

Please login to write comment.