Color Hex Logo

#d5bcdb Color Hex

#D5BCDB
(213,188,219)
0 Favorites   0 Comments

Color spaces of #d5bcdb

RGB 213188219
HSL0.800.300.80
HSV288°14°86°
CMYK 0.030.140.00   0.14
XYZ58.210055.227074.6097
Yxy55.22700.30960.2937
Hunter Lab74.31499.7660-7.5048
CIE-Lab79.171814.3861-12.2334

#d5bcdb color RGB value is (213,188,219).

#d5bcdb hex color red value is 213, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d5bcdb hue: 0.80 , saturation: 0.30 and the lightness value of d5bcdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111100 11011011
Octal 325 274 333
Decimal 213 188 219
Hex D5 BC DB

RGB Percentages of Color #d5bcdb

%34.35
%30.32
%35.32

CMYK Percentages of Color #d5bcdb

%3
%14
%0
%14

Triadic Colors of #d5bcdb

#d5bcdb #dbd5bc #bcdbd5

Analogous Colors of #d5bcdb

#d5bcdb #dbbcd2 #c6bcdb

Monochromatic Colors of #d5bcdb

#d5bcdb

Complementary Color

#d5bcdb #c2dbbc

#d5bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bcdb Color CSS Codes

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

#d5bcdb Text Font Color

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

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


#d5bcdb Background Color

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

This div background color is #d5bcdb


#d5bcdb Border Color

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

This div border color is #d5bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bcdb


Comments

No comments written yet.

Please login to write comment.