Color Hex Logo

#b0395c Color Hex

#B0395C
(176,57,92)
2 Favorites   0 Comments

Color spaces of #b0395c

RGB 1765792
HSL0.950.510.46
HSV342°68°69°
CMYK 0.000.680.48   0.31
XYZ21.299412.929111.4982
Yxy12.92910.46580.2827
Hunter Lab35.957142.81086.2104
CIE-Lab42.656250.87256.5977

#b0395c color RGB value is (176,57,92).

#b0395c hex color red value is 176, green value is 57 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b0395c hue: 0.95 , saturation: 0.51 and the lightness value of b0395c is 0.46.

The process color (four color CMYK) of #b0395c color hex is 0.00, 0.68, 0.48, 0.31. Web safe color of #b0395c is #993366. Color #b0395c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111001 01011100
Octal 260 71 134
Decimal 176 57 92
Hex B0 39 5C

RGB Percentages of Color #b0395c

%54.15
%17.54
%28.31

CMYK Percentages of Color #b0395c

%0
%68
%48
%31

Triadic Colors of #b0395c

#b0395c #5cb039 #395cb0

Analogous Colors of #b0395c

#b0395c #b05139 #b03998

Monochromatic Colors of #b0395c

#b0395c

Complementary Color

#b0395c #39b08d

#b0395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0395c Color CSS Codes

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

#b0395c Text Font Color

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

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


#b0395c Background Color

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

This div background color is #b0395c


#b0395c Border Color

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

This div border color is #b0395c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0395c


Comments

No comments written yet.

Please login to write comment.