Color Hex Logo

#bd97de Color Hex

#BD97DE
(189,151,222)
0 Favorites   0 Comments

Color spaces of #bd97de

RGB 189151222
HSL0.760.520.73
HSV272°32°87°
CMYK 0.150.320.00   0.13
XYZ45.237738.226074.1013
Yxy38.22600.28710.2426
Hunter Lab61.827222.4073-27.7814
CIE-Lab68.186927.5085-30.7716

#bd97de color RGB value is (189,151,222).

#bd97de hex color red value is 189, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd97de hue: 0.76 , saturation: 0.52 and the lightness value of bd97de is 0.73.

The process color (four color CMYK) of #bd97de color hex is 0.15, 0.32, 0.00, 0.13. Web safe color of #bd97de is #cc99cc. Color #bd97de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 11011110
Octal 275 227 336
Decimal 189 151 222
Hex BD 97 DE

RGB Percentages of Color #bd97de

%33.63
%26.87
%39.50

CMYK Percentages of Color #bd97de

%15
%32
%0
%13

Triadic Colors of #bd97de

#bd97de #debd97 #97debd

Analogous Colors of #bd97de

#bd97de #de97dc #9a97de

Monochromatic Colors of #bd97de

#bd97de

Complementary Color

#bd97de #b8de97

#bd97de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd97de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd97de Color CSS Codes

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

#bd97de Text Font Color

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

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


#bd97de Background Color

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

This div background color is #bd97de


#bd97de Border Color

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

This div border color is #bd97de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd97de


Comments

No comments written yet.

Please login to write comment.