Color Hex Logo

#b05795 Color Hex

#B05795
(176,87,149)
0 Favorites   0 Comments

Color spaces of #b05795

RGB 17687149
HSL0.880.360.52
HSV318°51°69°
CMYK 0.000.510.15   0.31
XYZ26.737518.216430.5407
Yxy18.21640.35420.2413
Hunter Lab42.680737.1309-12.5492
CIE-Lab49.757544.1776-17.5440

#b05795 color RGB value is (176,87,149).

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

The process color (four color CMYK) of #b05795 color hex is 0.00, 0.51, 0.15, 0.31. Web safe color of #b05795 is #996699. Color #b05795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010111 10010101
Octal 260 127 225
Decimal 176 87 149
Hex B0 57 95

RGB Percentages of Color #b05795

%42.72
%21.12
%36.17

CMYK Percentages of Color #b05795

%0
%51
%15
%31

Triadic Colors of #b05795

#b05795 #95b057 #5795b0

Analogous Colors of #b05795

#b05795 #b05769 #9f57b0

Monochromatic Colors of #b05795

#b05795

Complementary Color

#b05795 #57b072

#b05795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05795 Color CSS Codes

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

#b05795 Text Font Color

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

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


#b05795 Background Color

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

This div background color is #b05795


#b05795 Border Color

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

This div border color is #b05795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05795


Comments

No comments written yet.

Please login to write comment.