Color Hex Logo

#ebb0dc Color Hex

#EBB0DC
(235,176,220)
0 Favorites   0 Comments

Color spaces of #ebb0dc

RGB 235176220
HSL0.880.600.81
HSV315°25°92°
CMYK 0.000.250.06   0.08
XYZ62.704653.880174.8052
Yxy53.88010.32760.2815
Hunter Lab73.403124.0283-9.0404
CIE-Lab78.391828.4072-13.7322

#ebb0dc color RGB value is (235,176,220).

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

The process color (four color CMYK) of #ebb0dc color hex is 0.00, 0.25, 0.06, 0.08. Web safe color of #ebb0dc is #ff99cc. Color #ebb0dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 11011100
Octal 353 260 334
Decimal 235 176 220
Hex EB B0 DC

RGB Percentages of Color #ebb0dc

%37.24
%27.89
%34.87

CMYK Percentages of Color #ebb0dc

%0
%25
%6
%8

Triadic Colors of #ebb0dc

#ebb0dc #dcebb0 #b0dceb

Analogous Colors of #ebb0dc

#ebb0dc #ebb0bf #ddb0eb

Monochromatic Colors of #ebb0dc

#ebb0dc

Complementary Color

#ebb0dc #b0ebbf

#ebb0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb0dc Color CSS Codes

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

#ebb0dc Text Font Color

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

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


#ebb0dc Background Color

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

This div background color is #ebb0dc


#ebb0dc Border Color

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

This div border color is #ebb0dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,176,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb0dc


Comments

No comments written yet.

Please login to write comment.