Color Hex Logo

#b966af Color Hex

#B966AF
(185,102,175)
0 Favorites   0 Comments

Color spaces of #b966af

RGB 185102175
HSL0.850.370.56
HSV307°45°73°
CMYK 0.000.450.05   0.27
XYZ32.496822.912243.2672
Yxy22.91220.32930.2322
Hunter Lab47.866737.4173-20.0862
CIE-Lab54.981843.6703-24.6556

#b966af color RGB value is (185,102,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 10101111
Octal 271 146 257
Decimal 185 102 175
Hex B9 66 AF

RGB Percentages of Color #b966af

%40.04
%22.08
%37.88

CMYK Percentages of Color #b966af

%0
%45
%5
%27

Triadic Colors of #b966af

#b966af #afb966 #66afb9

Analogous Colors of #b966af

#b966af #b96686 #9a66b9

Monochromatic Colors of #b966af

#b966af

Complementary Color

#b966af #66b970

#b966af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966af Color CSS Codes

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

#b966af Text Font Color

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

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


#b966af Background Color

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

This div background color is #b966af


#b966af Border Color

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

This div border color is #b966af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966af


Comments

No comments written yet.

Please login to write comment.