Color Hex Logo

#ebb7dd Color Hex

#EBB7DD
(235,183,221)
0 Favorites   0 Comments

Color spaces of #ebb7dd

RGB 235183221
HSL0.880.570.82
HSV316°22°92°
CMYK 0.000.220.06   0.08
XYZ64.245656.749675.9743
Yxy56.74960.32620.2881
Hunter Lab75.332320.3984-7.0626
CIE-Lab80.038524.8458-11.8075

#ebb7dd color RGB value is (235,183,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 11011101
Octal 353 267 335
Decimal 235 183 221
Hex EB B7 DD

RGB Percentages of Color #ebb7dd

%36.78
%28.64
%34.59

CMYK Percentages of Color #ebb7dd

%0
%22
%6
%8

Triadic Colors of #ebb7dd

#ebb7dd #ddebb7 #b7ddeb

Analogous Colors of #ebb7dd

#ebb7dd #ebb7c3 #dfb7eb

Monochromatic Colors of #ebb7dd

#ebb7dd

Complementary Color

#ebb7dd #b7ebc5

#ebb7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb7dd Color CSS Codes

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

#ebb7dd Text Font Color

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

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


#ebb7dd Background Color

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

This div background color is #ebb7dd


#ebb7dd Border Color

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

This div border color is #ebb7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb7dd


Comments

No comments written yet.

Please login to write comment.