Color Hex Logo

#b4195a Color Hex

#B4195A
(180,25,90)
0 Favorites   0 Comments

Color spaces of #b4195a

RGB 1802590
HSL0.930.760.40
HSV335°86°71°
CMYK 0.000.860.50   0.29
XYZ21.015511.136710.7148
Yxy11.13670.49020.2598
Hunter Lab33.371754.00824.3237
CIE-Lab39.809861.78643.8877

#b4195a color RGB value is (180,25,90).

#b4195a hex color red value is 180, green value is 25 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b4195a hue: 0.93 , saturation: 0.76 and the lightness value of b4195a is 0.40.

The process color (four color CMYK) of #b4195a color hex is 0.00, 0.86, 0.50, 0.29. Web safe color of #b4195a is #cc0066. Color #b4195a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 01011010
Octal 264 31 132
Decimal 180 25 90
Hex B4 19 5A

RGB Percentages of Color #b4195a

%61.02
%8.47
%30.51

CMYK Percentages of Color #b4195a

%0
%86
%50
%29

Triadic Colors of #b4195a

#b4195a #5ab419 #195ab4

Analogous Colors of #b4195a

#b4195a #b42519 #b419a8

Monochromatic Colors of #b4195a

#b4195a

Complementary Color

#b4195a #19b473

#b4195a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4195a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4195a Color CSS Codes

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

#b4195a Text Font Color

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

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


#b4195a Background Color

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

This div background color is #b4195a


#b4195a Border Color

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

This div border color is #b4195a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4195a


Comments

No comments written yet.

Please login to write comment.