Color Hex Logo

#b960af Color Hex

#B960AF
(185,96,175)
0 Favorites   0 Comments

Color spaces of #b960af

RGB 18596175
HSL0.850.390.55
HSV307°48°73°
CMYK 0.000.480.05   0.27
XYZ31.928321.775243.0777
Yxy21.77520.32990.2250
Hunter Lab46.663940.4711-22.0687
CIE-Lab53.787746.7666-26.4994

#b960af color RGB value is (185,96,175).

#b960af hex color red value is 185, green value is 96 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b960af hue: 0.85 , saturation: 0.39 and the lightness value of b960af is 0.55.

The process color (four color CMYK) of #b960af color hex is 0.00, 0.48, 0.05, 0.27. Web safe color of #b960af is #cc6699. Color #b960af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 10101111
Octal 271 140 257
Decimal 185 96 175
Hex B9 60 AF

RGB Percentages of Color #b960af

%40.57
%21.05
%38.38

CMYK Percentages of Color #b960af

%0
%48
%5
%27

Triadic Colors of #b960af

#b960af #afb960 #60afb9

Analogous Colors of #b960af

#b960af #b96083 #9760b9

Monochromatic Colors of #b960af

#b960af

Complementary Color

#b960af #60b96a

#b960af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b960af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b960af Color CSS Codes

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

#b960af Text Font Color

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

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


#b960af Background Color

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

This div background color is #b960af


#b960af Border Color

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

This div border color is #b960af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b960af


Comments

No comments written yet.

Please login to write comment.