Color Hex Logo

#d5bde8 Color Hex

#D5BDE8
(213,189,232)
0 Favorites   0 Comments

Color spaces of #d5bde8

RGB 213189232
HSL0.760.480.83
HSV273°19°91°
CMYK 0.080.190.00   0.09
XYZ60.203756.367584.0509
Yxy56.36750.30010.2810
Hunter Lab75.078311.7484-13.8209
CIE-Lab79.822516.3748-18.2555

#d5bde8 color RGB value is (213,189,232).

#d5bde8 hex color red value is 213, green value is 189 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #d5bde8 hue: 0.76 , saturation: 0.48 and the lightness value of d5bde8 is 0.83.

The process color (four color CMYK) of #d5bde8 color hex is 0.08, 0.19, 0.00, 0.09. Web safe color of #d5bde8 is #ccccff. Color #d5bde8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111101 11101000
Octal 325 275 350
Decimal 213 189 232
Hex D5 BD E8

RGB Percentages of Color #d5bde8

%33.60
%29.81
%36.59

CMYK Percentages of Color #d5bde8

%8
%19
%0
%9

Triadic Colors of #d5bde8

#d5bde8 #e8d5bd #bde8d5

Analogous Colors of #d5bde8

#d5bde8 #e8bde6 #c0bde8

Monochromatic Colors of #d5bde8

#d5bde8

Complementary Color

#d5bde8 #d0e8bd

#d5bde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bde8 Color CSS Codes

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

#d5bde8 Text Font Color

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

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


#d5bde8 Background Color

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

This div background color is #d5bde8


#d5bde8 Border Color

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

This div border color is #d5bde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bde8


Comments

No comments written yet.

Please login to write comment.