Color Hex Logo

#d5bbda Color Hex

#D5BBDA
(213,187,218)
0 Favorites   0 Comments

Color spaces of #d5bbda

RGB 213187218
HSL0.810.300.79
HSV290°14°85°
CMYK 0.020.140.00   0.15
XYZ57.865854.748773.8474
Yxy54.74870.31030.2936
Hunter Lab73.992410.1095-7.3792
CIE-Lab78.896314.7352-12.1059

#d5bbda color RGB value is (213,187,218).

#d5bbda hex color red value is 213, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d5bbda hue: 0.81 , saturation: 0.30 and the lightness value of d5bbda is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111011 11011010
Octal 325 273 332
Decimal 213 187 218
Hex D5 BB DA

RGB Percentages of Color #d5bbda

%34.47
%30.26
%35.28

CMYK Percentages of Color #d5bbda

%2
%14
%0
%15

Triadic Colors of #d5bbda

#d5bbda #dad5bb #bbdad5

Analogous Colors of #d5bbda

#d5bbda #dabbd0 #c6bbda

Monochromatic Colors of #d5bbda

#d5bbda

Complementary Color

#d5bbda #c0dabb

#d5bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bbda Color CSS Codes

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

#d5bbda Text Font Color

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

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


#d5bbda Background Color

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

This div background color is #d5bbda


#d5bbda Border Color

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

This div border color is #d5bbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,187,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5bbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5bbda;
  -webkit-box-shadow: 1px 1px 3px 2px #d5bbda;
  box-shadow:         1px 1px 3px 2px #d5bbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,187,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bbda


Comments

No comments written yet.

Please login to write comment.