Color Hex Logo

#b973dc Color Hex

#B973DC
(185,115,220)
0 Favorites   0 Comments

Color spaces of #b973dc

RGB 185115220
HSL0.780.600.66
HSV280°48°86°
CMYK 0.160.480.00   0.14
XYZ39.056627.743171.0066
Yxy27.74310.28340.2013
Hunter Lab52.671740.1840-43.0585
CIE-Lab59.655945.6221-42.9962

#b973dc color RGB value is (185,115,220).

#b973dc hex color red value is 185, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b973dc hue: 0.78 , saturation: 0.60 and the lightness value of b973dc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 11011100
Octal 271 163 334
Decimal 185 115 220
Hex B9 73 DC

RGB Percentages of Color #b973dc

%35.58
%22.12
%42.31

CMYK Percentages of Color #b973dc

%16
%48
%0
%14

Triadic Colors of #b973dc

#b973dc #dcb973 #73dcb9

Analogous Colors of #b973dc

#b973dc #dc73cb #8573dc

Monochromatic Colors of #b973dc

#b973dc

Complementary Color

#b973dc #96dc73

#b973dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b973dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b973dc Color CSS Codes

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

#b973dc Text Font Color

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

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


#b973dc Background Color

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

This div background color is #b973dc


#b973dc Border Color

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

This div border color is #b973dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b973dc


Comments

No comments written yet.

Please login to write comment.