Color Hex Logo

#bd310a Color Hex

#BD310A
(189,49,10)
0 Favorites   0 Comments

Color spaces of #bd310a

RGB 1894910
HSL0.040.900.39
HSV13°95°74°
CMYK 0.000.740.95   0.26
XYZ22.139413.03741.6367
Yxy13.03740.60140.3541
Hunter Lab36.107346.260322.5876
CIE-Lab42.819554.109652.0540

#bd310a color RGB value is (189,49,10).

#bd310a hex color red value is 189, green value is 49 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bd310a hue: 0.04 , saturation: 0.90 and the lightness value of bd310a is 0.39.

The process color (four color CMYK) of #bd310a color hex is 0.00, 0.74, 0.95, 0.26. Web safe color of #bd310a is #cc3300. Color #bd310a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 00001010
Octal 275 61 12
Decimal 189 49 10
Hex BD 31 A

RGB Percentages of Color #bd310a

%76.21
%19.76
%4.03

CMYK Percentages of Color #bd310a

%0
%74
%95
%26

Triadic Colors of #bd310a

#bd310a #0abd31 #310abd

Analogous Colors of #bd310a

#bd310a #bd8b0a #bd0a3c

Monochromatic Colors of #bd310a

#bd310a

Complementary Color

#bd310a #0a96bd

#bd310a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd310a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd310a Color CSS Codes

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

#bd310a Text Font Color

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

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


#bd310a Background Color

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

This div background color is #bd310a


#bd310a Border Color

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

This div border color is #bd310a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,49,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd310a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd310a;
  -webkit-box-shadow: 1px 1px 3px 2px #bd310a;
  box-shadow:         1px 1px 3px 2px #bd310a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,49,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd310a


Comments

No comments written yet.

Please login to write comment.