Color Hex Logo

#b97dec Color Hex

#B97DEC
(185,125,236)
0 Favorites   0 Comments

Color spaces of #b97dec

RGB 185125236
HSL0.760.740.71
HSV272°47°93°
CMYK 0.220.470.00   0.07
XYZ42.481531.037683.1087
Yxy31.03760.27120.1982
Hunter Lab55.711438.6163-49.4492
CIE-Lab62.539443.7561-47.3660

#b97dec color RGB value is (185,125,236).

#b97dec hex color red value is 185, green value is 125 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b97dec hue: 0.76 , saturation: 0.74 and the lightness value of b97dec is 0.71.

The process color (four color CMYK) of #b97dec color hex is 0.22, 0.47, 0.00, 0.07. Web safe color of #b97dec is #cc66ff. Color #b97dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111101 11101100
Octal 271 175 354
Decimal 185 125 236
Hex B9 7D EC

RGB Percentages of Color #b97dec

%33.88
%22.89
%43.22

CMYK Percentages of Color #b97dec

%22
%47
%0
%7

Triadic Colors of #b97dec

#b97dec #ecb97d #7decb9

Analogous Colors of #b97dec

#b97dec #ec7de8 #827dec

Monochromatic Colors of #b97dec

#b97dec

Complementary Color

#b97dec #b0ec7d

#b97dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97dec Color CSS Codes

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

#b97dec Text Font Color

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

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


#b97dec Background Color

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

This div background color is #b97dec


#b97dec Border Color

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

This div border color is #b97dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97dec


Comments

No comments written yet.

Please login to write comment.