Color Hex Logo

#b9618f Color Hex

#B9618F
(185,97,143)
0 Favorites   0 Comments

Color spaces of #b9618f

RGB 18597143
HSL0.910.390.55
HSV329°48°73°
CMYK 0.000.480.23   0.27
XYZ29.240220.846828.4693
Yxy20.84680.37220.2654
Hunter Lab45.658334.4118-5.0083
CIE-Lab52.781441.0622-9.3010

#b9618f color RGB value is (185,97,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100001 10001111
Octal 271 141 217
Decimal 185 97 143
Hex B9 61 8F

RGB Percentages of Color #b9618f

%43.53
%22.82
%33.65

CMYK Percentages of Color #b9618f

%0
%48
%23
%27

Triadic Colors of #b9618f

#b9618f #8fb961 #618fb9

Analogous Colors of #b9618f

#b9618f #b96163 #b761b9

Monochromatic Colors of #b9618f

#b9618f

Complementary Color

#b9618f #61b98b

#b9618f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9618f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9618f Color CSS Codes

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

#b9618f Text Font Color

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

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


#b9618f Background Color

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

This div background color is #b9618f


#b9618f Border Color

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

This div border color is #b9618f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9618f


Comments

No comments written yet.

Please login to write comment.