Color Hex Logo

#b95867 Color Hex

#B95867
(185,88,103)
0 Favorites   0 Comments

Color spaces of #b95867

RGB 18588103
HSL0.970.410.54
HSV351°52°73°
CMYK 0.000.520.44   0.27
XYZ25.945518.273014.9915
Yxy18.27300.43820.3086
Hunter Lab42.746933.53459.1296
CIE-Lab49.825640.617110.2182

#b95867 color RGB value is (185,88,103).

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

The process color (four color CMYK) of #b95867 color hex is 0.00, 0.52, 0.44, 0.27. Web safe color of #b95867 is #cc6666. Color #b95867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 01100111
Octal 271 130 147
Decimal 185 88 103
Hex B9 58 67

RGB Percentages of Color #b95867

%49.20
%23.40
%27.39

CMYK Percentages of Color #b95867

%0
%52
%44
%27

Triadic Colors of #b95867

#b95867 #67b958 #5867b9

Analogous Colors of #b95867

#b95867 #b97a58 #b95898

Monochromatic Colors of #b95867

#b95867

Complementary Color

#b95867 #58b9aa

#b95867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95867 Color CSS Codes

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

#b95867 Text Font Color

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

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


#b95867 Background Color

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

This div background color is #b95867


#b95867 Border Color

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

This div border color is #b95867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95867


Comments

No comments written yet.

Please login to write comment.