Color Hex Logo

#b95899 Color Hex

#B95899
(185,88,153)
0 Favorites   0 Comments

Color spaces of #b95899

RGB 18588153
HSL0.890.410.54
HSV320°52°73°
CMYK 0.000.520.17   0.27
XYZ29.247119.593632.3775
Yxy19.59360.36010.2412
Hunter Lab44.264740.4776-12.3826
CIE-Lab51.374647.1527-17.3297

#b95899 color RGB value is (185,88,153).

#b95899 hex color red value is 185, green value is 88 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b95899 hue: 0.89 , saturation: 0.41 and the lightness value of b95899 is 0.54.

The process color (four color CMYK) of #b95899 color hex is 0.00, 0.52, 0.17, 0.27. Web safe color of #b95899 is #cc6699. Color #b95899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 10011001
Octal 271 130 231
Decimal 185 88 153
Hex B9 58 99

RGB Percentages of Color #b95899

%43.43
%20.66
%35.92

CMYK Percentages of Color #b95899

%0
%52
%17
%27

Triadic Colors of #b95899

#b95899 #99b958 #5899b9

Analogous Colors of #b95899

#b95899 #b95869 #a958b9

Monochromatic Colors of #b95899

#b95899

Complementary Color

#b95899 #58b978

#b95899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95899 Color CSS Codes

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

#b95899 Text Font Color

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

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


#b95899 Background Color

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

This div background color is #b95899


#b95899 Border Color

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

This div border color is #b95899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95899


Comments

No comments written yet.

Please login to write comment.