Color Hex Logo

#b973eb Color Hex

#B973EB
(185,115,235)
0 Favorites   0 Comments

Color spaces of #b973eb

RGB 185115235
HSL0.760.750.69
HSV275°51°92°
CMYK 0.210.510.00   0.08
XYZ41.133728.573981.9446
Yxy28.57390.27120.1884
Hunter Lab53.454643.8117-53.4720
CIE-Lab60.403748.8750-50.1907

#b973eb color RGB value is (185,115,235).

#b973eb hex color red value is 185, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b973eb hue: 0.76 , saturation: 0.75 and the lightness value of b973eb is 0.69.

The process color (four color CMYK) of #b973eb color hex is 0.21, 0.51, 0.00, 0.08. Web safe color of #b973eb is #cc66ff. Color #b973eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 11101011
Octal 271 163 353
Decimal 185 115 235
Hex B9 73 EB

RGB Percentages of Color #b973eb

%34.58
%21.50
%43.93

CMYK Percentages of Color #b973eb

%21
%51
%0
%8

Triadic Colors of #b973eb

#b973eb #ebb973 #73ebb9

Analogous Colors of #b973eb

#b973eb #eb73e1 #7d73eb

Monochromatic Colors of #b973eb

#b973eb

Complementary Color

#b973eb #a5eb73

#b973eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b973eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b973eb Color CSS Codes

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

#b973eb Text Font Color

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

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


#b973eb Background Color

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

This div background color is #b973eb


#b973eb Border Color

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

This div border color is #b973eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b973eb


Comments

No comments written yet.

Please login to write comment.