Color Hex Logo

#b972db Color Hex

#B972DB
(185,114,219)
0 Favorites   0 Comments

Color spaces of #b972db

RGB 185114219
HSL0.780.590.65
HSV281°48°86°
CMYK 0.160.480.00   0.14
XYZ38.811127.463470.2732
Yxy27.46340.28420.2011
Hunter Lab52.405540.4859-42.8211
CIE-Lab59.400845.9412-42.8368

#b972db color RGB value is (185,114,219).

#b972db hex color red value is 185, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b972db hue: 0.78 , saturation: 0.59 and the lightness value of b972db is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110010 11011011
Octal 271 162 333
Decimal 185 114 219
Hex B9 72 DB

RGB Percentages of Color #b972db

%35.71
%22.01
%42.28

CMYK Percentages of Color #b972db

%16
%48
%0
%14

Triadic Colors of #b972db

#b972db #dbb972 #72dbb9

Analogous Colors of #b972db

#b972db #db72c9 #8572db

Monochromatic Colors of #b972db

#b972db

Complementary Color

#b972db #94db72

#b972db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b972db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b972db Color CSS Codes

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

#b972db Text Font Color

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

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


#b972db Background Color

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

This div background color is #b972db


#b972db Border Color

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

This div border color is #b972db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b972db


Comments

No comments written yet.

Please login to write comment.