Color Hex Logo

#ebb7dc Color Hex

#EBB7DC
(235,183,220)
0 Favorites   0 Comments

Color spaces of #ebb7dc

RGB 235183220
HSL0.880.570.82
HSV317°22°92°
CMYK 0.000.220.06   0.08
XYZ64.112756.696475.2745
Yxy56.69640.32700.2891
Hunter Lab75.297020.2166-6.5644
CIE-Lab80.008524.6724-11.3130

#ebb7dc color RGB value is (235,183,220).

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

The process color (four color CMYK) of #ebb7dc color hex is 0.00, 0.22, 0.06, 0.08. Web safe color of #ebb7dc is #ffcccc. Color #ebb7dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 11011100
Octal 353 267 334
Decimal 235 183 220
Hex EB B7 DC

RGB Percentages of Color #ebb7dc

%36.83
%28.68
%34.48

CMYK Percentages of Color #ebb7dc

%0
%22
%6
%8

Triadic Colors of #ebb7dc

#ebb7dc #dcebb7 #b7dceb

Analogous Colors of #ebb7dc

#ebb7dc #ebb7c2 #e0b7eb

Monochromatic Colors of #ebb7dc

#ebb7dc

Complementary Color

#ebb7dc #b7ebc6

#ebb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb7dc Color CSS Codes

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

#ebb7dc Text Font Color

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

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


#ebb7dc Background Color

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

This div background color is #ebb7dc


#ebb7dc Border Color

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

This div border color is #ebb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb7dc


Comments

No comments written yet.

Please login to write comment.