Color Hex Logo

#b0195e Color Hex

#B0195E
(176,25,94)
0 Favorites   0 Comments

Color spaces of #b0195e

RGB 1762594
HSL0.920.750.39
HSV333°86°69°
CMYK 0.000.860.47   0.31
XYZ20.272510.733511.5930
Yxy10.73350.47590.2520
Hunter Lab32.762053.11881.9534
CIE-Lab39.127961.11930.2554

#b0195e color RGB value is (176,25,94).

#b0195e hex color red value is 176, green value is 25 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b0195e hue: 0.92 , saturation: 0.75 and the lightness value of b0195e is 0.39.

The process color (four color CMYK) of #b0195e color hex is 0.00, 0.86, 0.47, 0.31. Web safe color of #b0195e is #990066. Color #b0195e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011001 01011110
Octal 260 31 136
Decimal 176 25 94
Hex B0 19 5E

RGB Percentages of Color #b0195e

%59.66
%8.47
%31.86

CMYK Percentages of Color #b0195e

%0
%86
%47
%31

Triadic Colors of #b0195e

#b0195e #5eb019 #195eb0

Analogous Colors of #b0195e

#b0195e #b02019 #b019aa

Monochromatic Colors of #b0195e

#b0195e

Complementary Color

#b0195e #19b06b

#b0195e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0195e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0195e Color CSS Codes

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

#b0195e Text Font Color

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

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


#b0195e Background Color

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

This div background color is #b0195e


#b0195e Border Color

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

This div border color is #b0195e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0195e


Comments

No comments written yet.

Please login to write comment.