Color Hex Logo

#b9135d Color Hex

#B9135D
(185,19,93)
0 Favorites   0 Comments

Color spaces of #b9135d

RGB 1851993
HSL0.930.810.40
HSV333°90°73°
CMYK 0.000.900.50   0.27
XYZ22.216211.570311.4183
Yxy11.57030.49150.2560
Hunter Lab34.015157.05663.9080
CIE-Lab40.524964.35583.1425

#b9135d color RGB value is (185,19,93).

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

The process color (four color CMYK) of #b9135d color hex is 0.00, 0.90, 0.50, 0.27. Web safe color of #b9135d is #cc0066. Color #b9135d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010011 01011101
Octal 271 23 135
Decimal 185 19 93
Hex B9 13 5D

RGB Percentages of Color #b9135d

%62.29
%6.40
%31.31

CMYK Percentages of Color #b9135d

%0
%90
%50
%27

Triadic Colors of #b9135d

#b9135d #5db913 #135db9

Analogous Colors of #b9135d

#b9135d #b91c13 #b913b0

Monochromatic Colors of #b9135d

#b9135d

Complementary Color

#b9135d #13b96f

#b9135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9135d Color CSS Codes

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

#b9135d Text Font Color

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

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


#b9135d Background Color

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

This div background color is #b9135d


#b9135d Border Color

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

This div border color is #b9135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9135d


Comments

No comments written yet.

Please login to write comment.