Color Hex Logo

#b973ea Color Hex

#B973EA
(185,115,234)
0 Favorites   0 Comments

Color spaces of #b973ea

RGB 185115234
HSL0.760.740.68
HSV275°51°92°
CMYK 0.210.510.00   0.08
XYZ40.989628.516381.1857
Yxy28.51630.27200.1892
Hunter Lab53.400743.5630-52.7589
CIE-Lab60.352348.6543-49.7159

#b973ea color RGB value is (185,115,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 11101010
Octal 271 163 352
Decimal 185 115 234
Hex B9 73 EA

RGB Percentages of Color #b973ea

%34.64
%21.54
%43.82

CMYK Percentages of Color #b973ea

%21
%51
%0
%8

Triadic Colors of #b973ea

#b973ea #eab973 #73eab9

Analogous Colors of #b973ea

#b973ea #ea73e0 #7e73ea

Monochromatic Colors of #b973ea

#b973ea

Complementary Color

#b973ea #a4ea73

#b973ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b973ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b973ea Color CSS Codes

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

#b973ea Text Font Color

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

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


#b973ea Background Color

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

This div background color is #b973ea


#b973ea Border Color

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

This div border color is #b973ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b973ea


Comments

No comments written yet.

Please login to write comment.