Color Hex Logo

#b97bdc Color Hex

#B97BDC
(185,123,220)
0 Favorites   0 Comments

Color spaces of #b97bdc

RGB 185123220
HSL0.770.580.67
HSV278°44°86°
CMYK 0.160.440.00   0.14
XYZ40.008829.647571.3240
Yxy29.64750.28380.2103
Hunter Lab54.449535.8728-39.5499
CIE-Lab61.348941.3215-40.3354

#b97bdc color RGB value is (185,123,220).

#b97bdc hex color red value is 185, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b97bdc hue: 0.77 , saturation: 0.58 and the lightness value of b97bdc is 0.67.

The process color (four color CMYK) of #b97bdc color hex is 0.16, 0.44, 0.00, 0.14. Web safe color of #b97bdc is #cc66cc. Color #b97bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111011 11011100
Octal 271 173 334
Decimal 185 123 220
Hex B9 7B DC

RGB Percentages of Color #b97bdc

%35.04
%23.30
%41.67

CMYK Percentages of Color #b97bdc

%16
%44
%0
%14

Triadic Colors of #b97bdc

#b97bdc #dcb97b #7bdcb9

Analogous Colors of #b97bdc

#b97bdc #dc7bcf #897bdc

Monochromatic Colors of #b97bdc

#b97bdc

Complementary Color

#b97bdc #9edc7b

#b97bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97bdc Color CSS Codes

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

#b97bdc Text Font Color

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

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


#b97bdc Background Color

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

This div background color is #b97bdc


#b97bdc Border Color

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

This div border color is #b97bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97bdc


Comments

No comments written yet.

Please login to write comment.