Color Hex Logo

#d2bddc Color Hex

#D2BDDC
(210,189,220)
0 Favorites   0 Comments

Color spaces of #d2bddc

RGB 210189220
HSL0.780.310.80
HSV281°14°86°
CMYK 0.050.140.00   0.14
XYZ57.694255.264175.3364
Yxy55.26410.30640.2935
Hunter Lab74.33988.4369-8.0469
CIE-Lab79.193113.0364-12.7673

#d2bddc color RGB value is (210,189,220).

#d2bddc hex color red value is 210, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d2bddc hue: 0.78 , saturation: 0.31 and the lightness value of d2bddc is 0.80.

The process color (four color CMYK) of #d2bddc color hex is 0.05, 0.14, 0.00, 0.14. Web safe color of #d2bddc is #cccccc. Color #d2bddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111101 11011100
Octal 322 275 334
Decimal 210 189 220
Hex D2 BD DC

RGB Percentages of Color #d2bddc

%33.93
%30.53
%35.54

CMYK Percentages of Color #d2bddc

%5
%14
%0
%14

Triadic Colors of #d2bddc

#d2bddc #dcd2bd #bddcd2

Analogous Colors of #d2bddc

#d2bddc #dcbdd7 #c3bddc

Monochromatic Colors of #d2bddc

#d2bddc

Complementary Color

#d2bddc #c7dcbd

#d2bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bddc Color CSS Codes

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

#d2bddc Text Font Color

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

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


#d2bddc Background Color

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

This div background color is #d2bddc


#d2bddc Border Color

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

This div border color is #d2bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bddc


Comments

No comments written yet.

Please login to write comment.