Color Hex Logo

#d5bbdf Color Hex

#D5BBDF
(213,187,223)
0 Favorites   0 Comments

Color spaces of #d5bbdf

RGB 213187223
HSL0.790.360.80
HSV283°16°87°
CMYK 0.040.160.00   0.13
XYZ58.530255.014577.3460
Yxy55.01450.30660.2882
Hunter Lab74.171811.0568-9.9071
CIE-Lab79.049615.6900-14.5738

#d5bbdf color RGB value is (213,187,223).

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

The process color (four color CMYK) of #d5bbdf color hex is 0.04, 0.16, 0.00, 0.13. Web safe color of #d5bbdf is #cccccc. Color #d5bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111011 11011111
Octal 325 273 337
Decimal 213 187 223
Hex D5 BB DF

RGB Percentages of Color #d5bbdf

%34.19
%30.02
%35.79

CMYK Percentages of Color #d5bbdf

%4
%16
%0
%13

Triadic Colors of #d5bbdf

#d5bbdf #dfd5bb #bbdfd5

Analogous Colors of #d5bbdf

#d5bbdf #dfbbd7 #c3bbdf

Monochromatic Colors of #d5bbdf

#d5bbdf

Complementary Color

#d5bbdf #c5dfbb

#d5bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bbdf Color CSS Codes

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

#d5bbdf Text Font Color

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

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


#d5bbdf Background Color

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

This div background color is #d5bbdf


#d5bbdf Border Color

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

This div border color is #d5bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bbdf


Comments

No comments written yet.

Please login to write comment.