Color Hex Logo

#b4195d Color Hex

#B4195D
(180,25,93)
0 Favorites   0 Comments

Color spaces of #b4195d

RGB 1802593
HSL0.930.760.40
HSV334°86°71°
CMYK 0.000.860.48   0.29
XYZ21.145811.188911.4011
Yxy11.18890.48350.2558
Hunter Lab33.449854.30433.2063
CIE-Lab39.896862.03472.1070

#b4195d color RGB value is (180,25,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 01011101
Octal 264 31 135
Decimal 180 25 93
Hex B4 19 5D

RGB Percentages of Color #b4195d

%60.40
%8.39
%31.21

CMYK Percentages of Color #b4195d

%0
%86
%48
%29

Triadic Colors of #b4195d

#b4195d #5db419 #195db4

Analogous Colors of #b4195d

#b4195d #b42319 #b419ab

Monochromatic Colors of #b4195d

#b4195d

Complementary Color

#b4195d #19b470

#b4195d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4195d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4195d Color CSS Codes

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

#b4195d Text Font Color

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

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


#b4195d Background Color

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

This div background color is #b4195d


#b4195d Border Color

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

This div border color is #b4195d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4195d


Comments

No comments written yet.

Please login to write comment.