Color Hex Logo

#b9648f Color Hex

#B9648F
(185,100,143)
0 Favorites   0 Comments

Color spaces of #b9648f

RGB 185100143
HSL0.920.380.56
HSV330°46°73°
CMYK 0.000.460.23   0.27
XYZ29.522721.411828.5635
Yxy21.41180.37140.2693
Hunter Lab46.272932.9078-4.2077
CIE-Lab53.397339.4912-8.3801

#b9648f color RGB value is (185,100,143).

#b9648f hex color red value is 185, green value is 100 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b9648f hue: 0.92 , saturation: 0.38 and the lightness value of b9648f is 0.56.

The process color (four color CMYK) of #b9648f color hex is 0.00, 0.46, 0.23, 0.27. Web safe color of #b9648f is #cc6699. Color #b9648f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100100 10001111
Octal 271 144 217
Decimal 185 100 143
Hex B9 64 8F

RGB Percentages of Color #b9648f

%43.22
%23.36
%33.41

CMYK Percentages of Color #b9648f

%0
%46
%23
%27

Triadic Colors of #b9648f

#b9648f #8fb964 #648fb9

Analogous Colors of #b9648f

#b9648f #b96465 #b964b9

Monochromatic Colors of #b9648f

#b9648f

Complementary Color

#b9648f #64b98e

#b9648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9648f Color CSS Codes

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

#b9648f Text Font Color

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

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


#b9648f Background Color

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

This div background color is #b9648f


#b9648f Border Color

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

This div border color is #b9648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9648f


Comments

No comments written yet.

Please login to write comment.