Color Hex Logo

#b9619d Color Hex

#B9619D
(185,97,157)
0 Favorites   0 Comments

Color spaces of #b9619d

RGB 18597157
HSL0.890.390.55
HSV319°48°73°
CMYK 0.000.480.15   0.27
XYZ30.368121.298034.4086
Yxy21.29800.35280.2474
Hunter Lab46.149836.6970-11.9009
CIE-Lab53.274143.2239-16.7897

#b9619d color RGB value is (185,97,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100001 10011101
Octal 271 141 235
Decimal 185 97 157
Hex B9 61 9D

RGB Percentages of Color #b9619d

%42.14
%22.10
%35.76

CMYK Percentages of Color #b9619d

%0
%48
%15
%27

Triadic Colors of #b9619d

#b9619d #9db961 #619db9

Analogous Colors of #b9619d

#b9619d #b96171 #a961b9

Monochromatic Colors of #b9619d

#b9619d

Complementary Color

#b9619d #61b97d

#b9619d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9619d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9619d Color CSS Codes

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

#b9619d Text Font Color

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

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


#b9619d Background Color

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

This div background color is #b9619d


#b9619d Border Color

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

This div border color is #b9619d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9619d


Comments

No comments written yet.

Please login to write comment.