Color Hex Logo

#b95fbc Color Hex

#B95FBC
(185,95,188)
0 Favorites   0 Comments

Color spaces of #b95fbc

RGB 18595188
HSL0.830.410.55
HSV298°49°74°
CMYK 0.020.490.00   0.26
XYZ33.176922.129550.0998
Yxy22.12950.31480.2099
Hunter Lab47.042043.5656-30.2145
CIE-Lab54.164149.6168-33.4302

#b95fbc color RGB value is (185,95,188).

#b95fbc hex color red value is 185, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b95fbc hue: 0.83 , saturation: 0.41 and the lightness value of b95fbc is 0.55.

The process color (four color CMYK) of #b95fbc color hex is 0.02, 0.49, 0.00, 0.26. Web safe color of #b95fbc is #cc66cc. Color #b95fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011111 10111100
Octal 271 137 274
Decimal 185 95 188
Hex B9 5F BC

RGB Percentages of Color #b95fbc

%39.53
%20.30
%40.17

CMYK Percentages of Color #b95fbc

%2
%49
%0
%26

Triadic Colors of #b95fbc

#b95fbc #bcb95f #5fbcb9

Analogous Colors of #b95fbc

#b95fbc #bc5f91 #8b5fbc

Monochromatic Colors of #b95fbc

#b95fbc

Complementary Color

#b95fbc #62bc5f

#b95fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95fbc Color CSS Codes

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

#b95fbc Text Font Color

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

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


#b95fbc Background Color

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

This div background color is #b95fbc


#b95fbc Border Color

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

This div border color is #b95fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95fbc


Comments

No comments written yet.

Please login to write comment.