Color Hex Logo

#b946af Color Hex

#B946AF
(185,70,175)
0 Favorites   0 Comments

Color spaces of #b946af

RGB 18570175
HSL0.850.450.50
HSV305°62°73°
CMYK 0.000.620.05   0.27
XYZ29.935617.789842.4134
Yxy17.78980.33210.1974
Hunter Lab42.178052.8781-30.0964
CIE-Lab49.240258.9811-33.5814

#b946af color RGB value is (185,70,175).

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

The process color (four color CMYK) of #b946af color hex is 0.00, 0.62, 0.05, 0.27. Web safe color of #b946af is #cc3399. Color #b946af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 10101111
Octal 271 106 257
Decimal 185 70 175
Hex B9 46 AF

RGB Percentages of Color #b946af

%43.02
%16.28
%40.70

CMYK Percentages of Color #b946af

%0
%62
%5
%27

Triadic Colors of #b946af

#b946af #afb946 #46afb9

Analogous Colors of #b946af

#b946af #b94676 #8a46b9

Monochromatic Colors of #b946af

#b946af

Complementary Color

#b946af #46b950

#b946af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b946af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b946af Color CSS Codes

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

#b946af Text Font Color

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

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


#b946af Background Color

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

This div background color is #b946af


#b946af Border Color

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

This div border color is #b946af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b946af


Comments

No comments written yet.

Please login to write comment.