Color Hex Logo

#b05869 Color Hex

#B05869
(176,88,105)
0 Favorites   0 Comments

Color spaces of #b05869

RGB 17688105
HSL0.970.360.52
HSV348°50°69°
CMYK 0.000.500.40   0.31
XYZ23.944017.229515.4282
Yxy17.22950.42300.3044
Hunter Lab41.508430.32747.0185
CIE-Lab48.547937.55977.0221

#b05869 color RGB value is (176,88,105).

#b05869 hex color red value is 176, green value is 88 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b05869 hue: 0.97 , saturation: 0.36 and the lightness value of b05869 is 0.52.

The process color (four color CMYK) of #b05869 color hex is 0.00, 0.50, 0.40, 0.31. Web safe color of #b05869 is #996666. Color #b05869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011000 01101001
Octal 260 130 151
Decimal 176 88 105
Hex B0 58 69

RGB Percentages of Color #b05869

%47.70
%23.85
%28.46

CMYK Percentages of Color #b05869

%0
%50
%40
%31

Triadic Colors of #b05869

#b05869 #69b058 #5869b0

Analogous Colors of #b05869

#b05869 #b07358 #b05895

Monochromatic Colors of #b05869

#b05869

Complementary Color

#b05869 #58b09f

#b05869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05869 Color CSS Codes

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

#b05869 Text Font Color

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

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


#b05869 Background Color

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

This div background color is #b05869


#b05869 Border Color

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

This div border color is #b05869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05869


Comments

No comments written yet.

Please login to write comment.