Color Hex Logo

#b97dcd Color Hex

#B97DCD
(185,125,205)
0 Favorites   0 Comments

Color spaces of #b97dcd

RGB 185125205
HSL0.790.440.65
HSV285°39°80°
CMYK 0.100.390.00   0.20
XYZ38.360629.389361.4085
Yxy29.38930.29700.2275
Hunter Lab54.211931.4366-29.2124
CIE-Lab61.123737.0742-32.2698

#b97dcd color RGB value is (185,125,205).

#b97dcd hex color red value is 185, green value is 125 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b97dcd hue: 0.79 , saturation: 0.44 and the lightness value of b97dcd is 0.65.

The process color (four color CMYK) of #b97dcd color hex is 0.10, 0.39, 0.00, 0.20. Web safe color of #b97dcd is #cc66cc. Color #b97dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111101 11001101
Octal 271 175 315
Decimal 185 125 205
Hex B9 7D CD

RGB Percentages of Color #b97dcd

%35.92
%24.27
%39.81

CMYK Percentages of Color #b97dcd

%10
%39
%0
%20

Triadic Colors of #b97dcd

#b97dcd #cdb97d #7dcdb9

Analogous Colors of #b97dcd

#b97dcd #cd7db9 #917dcd

Monochromatic Colors of #b97dcd

#b97dcd

Complementary Color

#b97dcd #91cd7d

#b97dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97dcd Color CSS Codes

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

#b97dcd Text Font Color

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

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


#b97dcd Background Color

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

This div background color is #b97dcd


#b97dcd Border Color

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

This div border color is #b97dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97dcd


Comments

No comments written yet.

Please login to write comment.