Color Hex Logo

#d5b9ff Color Hex

#D5B9FF
(213,185,255)
0 Favorites   0 Comments

Color spaces of #d5b9ff

RGB 213185255
HSL0.731.000.86
HSV264°27°100°
CMYK 0.160.270.00   0.00
XYZ62.839556.0641102.1172
Yxy56.06410.28430.2537
Hunter Lab74.876018.7728-28.4476
CIE-Lab79.650323.2945-30.8543

#d5b9ff color RGB value is (213,185,255).

#d5b9ff hex color red value is 213, green value is 185 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d5b9ff hue: 0.73 , saturation: 1.00 and the lightness value of d5b9ff is 0.86.

The process color (four color CMYK) of #d5b9ff color hex is 0.16, 0.27, 0.00, 0.00. Web safe color of #d5b9ff is #ccccff. Color #d5b9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111001 11111111
Octal 325 271 377
Decimal 213 185 255
Hex D5 B9 FF

RGB Percentages of Color #d5b9ff

%32.62
%28.33
%39.05

CMYK Percentages of Color #d5b9ff

%16
%27
%0
%0

Triadic Colors of #d5b9ff

#d5b9ff #ffd5b9 #b9ffd5

Analogous Colors of #d5b9ff

#d5b9ff #f8b9ff #b9c0ff

Monochromatic Colors of #d5b9ff

#d5b9ff

Complementary Color

#d5b9ff #e3ffb9

#d5b9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5b9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5b9ff Color CSS Codes

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

#d5b9ff Text Font Color

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

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


#d5b9ff Background Color

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

This div background color is #d5b9ff


#d5b9ff Border Color

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

This div border color is #d5b9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5b9ff


Comments

No comments written yet.

Please login to write comment.