Color Hex Logo

#b997dc Color Hex

#B997DC
(185,151,220)
0 Favorites   0 Comments

Color spaces of #b997dc

RGB 185151220
HSL0.750.500.73
HSV270°31°86°
CMYK 0.160.310.00   0.14
XYZ43.992537.614872.6519
Yxy37.61480.28520.2438
Hunter Lab61.330920.7085-27.3026
CIE-Lab67.735725.8376-30.3948

#b997dc color RGB value is (185,151,220).

#b997dc hex color red value is 185, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b997dc hue: 0.75 , saturation: 0.50 and the lightness value of b997dc is 0.73.

The process color (four color CMYK) of #b997dc color hex is 0.16, 0.31, 0.00, 0.14. Web safe color of #b997dc is #cc99cc. Color #b997dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010111 11011100
Octal 271 227 334
Decimal 185 151 220
Hex B9 97 DC

RGB Percentages of Color #b997dc

%33.27
%27.16
%39.57

CMYK Percentages of Color #b997dc

%16
%31
%0
%14

Triadic Colors of #b997dc

#b997dc #dcb997 #97dcb9

Analogous Colors of #b997dc

#b997dc #dc97dc #9798dc

Monochromatic Colors of #b997dc

#b997dc

Complementary Color

#b997dc #badc97

#b997dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b997dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b997dc Color CSS Codes

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

#b997dc Text Font Color

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

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


#b997dc Background Color

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

This div background color is #b997dc


#b997dc Border Color

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

This div border color is #b997dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,151,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 #b997dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b997dc


Comments

No comments written yet.

Please login to write comment.