Color Hex Logo

#b973ca Color Hex

#B973CA
(185,115,202)
0 Favorites   0 Comments

Color spaces of #b973ca

RGB 185115202
HSL0.800.450.62
HSV288°43°79°
CMYK 0.080.430.00   0.21
XYZ36.799026.840059.1182
Yxy26.84000.29980.2186
Hunter Lab51.807336.1266-31.3917
CIE-Lab58.825941.8947-34.1510

#b973ca color RGB value is (185,115,202).

#b973ca hex color red value is 185, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b973ca hue: 0.80 , saturation: 0.45 and the lightness value of b973ca is 0.62.

The process color (four color CMYK) of #b973ca color hex is 0.08, 0.43, 0.00, 0.21. Web safe color of #b973ca is #cc66cc. Color #b973ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 11001010
Octal 271 163 312
Decimal 185 115 202
Hex B9 73 CA

RGB Percentages of Color #b973ca

%36.85
%22.91
%40.24

CMYK Percentages of Color #b973ca

%8
%43
%0
%21

Triadic Colors of #b973ca

#b973ca #cab973 #73cab9

Analogous Colors of #b973ca

#b973ca #ca73b0 #8e73ca

Monochromatic Colors of #b973ca

#b973ca

Complementary Color

#b973ca #84ca73

#b973ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b973ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b973ca Color CSS Codes

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

#b973ca Text Font Color

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

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


#b973ca Background Color

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

This div background color is #b973ca


#b973ca Border Color

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

This div border color is #b973ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b973ca


Comments

No comments written yet.

Please login to write comment.