Color Hex Logo

#b4115d Color Hex

#B4115D
(180,17,93)
0 Favorites   0 Comments

Color spaces of #b4115d

RGB 1801793
HSL0.920.830.39
HSV332°91°71°
CMYK 0.000.910.48   0.29
XYZ20.998610.894511.3520
Yxy10.89450.48560.2519
Hunter Lab33.006855.79792.7132
CIE-Lab39.402263.46201.3897

#b4115d color RGB value is (180,17,93).

#b4115d hex color red value is 180, green value is 17 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b4115d hue: 0.92 , saturation: 0.83 and the lightness value of b4115d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 01011101
Octal 264 21 135
Decimal 180 17 93
Hex B4 11 5D

RGB Percentages of Color #b4115d

%62.07
%5.86
%32.07

CMYK Percentages of Color #b4115d

%0
%91
%48
%29

Triadic Colors of #b4115d

#b4115d #5db411 #115db4

Analogous Colors of #b4115d

#b4115d #b41711 #b411af

Monochromatic Colors of #b4115d

#b4115d

Complementary Color

#b4115d #11b468

#b4115d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4115d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4115d Color CSS Codes

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

#b4115d Text Font Color

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

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


#b4115d Background Color

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

This div background color is #b4115d


#b4115d Border Color

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

This div border color is #b4115d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,17,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 #b4115d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4115d


Comments

No comments written yet.

Please login to write comment.