Color Hex Logo

#b95675 Color Hex

#B95675
(185,86,117)
0 Favorites   0 Comments

Color spaces of #b95675

RGB 18586117
HSL0.950.410.53
HSV341°54°73°
CMYK 0.000.540.37   0.27
XYZ26.546318.254218.9539
Yxy18.25420.41640.2863
Hunter Lab42.724936.13883.6049
CIE-Lab49.803043.19891.7818

#b95675 color RGB value is (185,86,117).

#b95675 hex color red value is 185, green value is 86 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b95675 hue: 0.95 , saturation: 0.41 and the lightness value of b95675 is 0.53.

The process color (four color CMYK) of #b95675 color hex is 0.00, 0.54, 0.37, 0.27. Web safe color of #b95675 is #cc6666. Color #b95675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 01110101
Octal 271 126 165
Decimal 185 86 117
Hex B9 56 75

RGB Percentages of Color #b95675

%47.68
%22.16
%30.15

CMYK Percentages of Color #b95675

%0
%54
%37
%27

Triadic Colors of #b95675

#b95675 #75b956 #5675b9

Analogous Colors of #b95675

#b95675 #b96956 #b956a7

Monochromatic Colors of #b95675

#b95675

Complementary Color

#b95675 #56b99a

#b95675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95675 Color CSS Codes

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

#b95675 Text Font Color

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

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


#b95675 Background Color

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

This div background color is #b95675


#b95675 Border Color

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

This div border color is #b95675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95675


Comments

No comments written yet.

Please login to write comment.