Color Hex Logo

#b962af Color Hex

#B962AF
(185,98,175)
0 Favorites   0 Comments

Color spaces of #b962af

RGB 18598175
HSL0.850.380.55
HSV307°47°73°
CMYK 0.000.470.05   0.27
XYZ32.113122.144843.1393
Yxy22.14480.32970.2274
Hunter Lab47.058339.4585-21.4116
CIE-Lab54.180345.7435-25.8924

#b962af color RGB value is (185,98,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100010 10101111
Octal 271 142 257
Decimal 185 98 175
Hex B9 62 AF

RGB Percentages of Color #b962af

%40.39
%21.40
%38.21

CMYK Percentages of Color #b962af

%0
%47
%5
%27

Triadic Colors of #b962af

#b962af #afb962 #62afb9

Analogous Colors of #b962af

#b962af #b96284 #9862b9

Monochromatic Colors of #b962af

#b962af

Complementary Color

#b962af #62b96c

#b962af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b962af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b962af Color CSS Codes

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

#b962af Text Font Color

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

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


#b962af Background Color

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

This div background color is #b962af


#b962af Border Color

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

This div border color is #b962af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b962af


Comments

No comments written yet.

Please login to write comment.