Color Hex Logo

#d0badf Color Hex

#D0BADF
(208,186,223)
0 Favorites   0 Comments

Color spaces of #d0badf

RGB 208186223
HSL0.770.370.80
HSV276°17°87°
CMYK 0.070.170.00   0.13
XYZ56.890653.855477.2087
Yxy53.85540.30270.2865
Hunter Lab73.38629.9511-11.0079
CIE-Lab78.377314.5780-15.6273

#d0badf color RGB value is (208,186,223).

#d0badf hex color red value is 208, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d0badf hue: 0.77 , saturation: 0.37 and the lightness value of d0badf is 0.80.

The process color (four color CMYK) of #d0badf color hex is 0.07, 0.17, 0.00, 0.13. Web safe color of #d0badf is #cccccc. Color #d0badf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111010 11011111
Octal 320 272 337
Decimal 208 186 223
Hex D0 BA DF

RGB Percentages of Color #d0badf

%33.71
%30.15
%36.14

CMYK Percentages of Color #d0badf

%7
%17
%0
%13

Triadic Colors of #d0badf

#d0badf #dfd0ba #badfd0

Analogous Colors of #d0badf

#d0badf #dfbadc #bebadf

Monochromatic Colors of #d0badf

#d0badf

Complementary Color

#d0badf #c9dfba

#d0badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0badf Color CSS Codes

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

#d0badf Text Font Color

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

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


#d0badf Background Color

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

This div background color is #d0badf


#d0badf Border Color

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

This div border color is #d0badf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,186,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0badf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0badf;
  -webkit-box-shadow: 1px 1px 3px 2px #d0badf;
  box-shadow:         1px 1px 3px 2px #d0badf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,186,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0badf


Comments

No comments written yet.

Please login to write comment.