Color Hex Logo

#bd320f Color Hex

#BD320F
(189,50,15)
0 Favorites   0 Comments

Color spaces of #bd320f

RGB 1895015
HSL0.030.850.40
HSV12°92°74°
CMYK 0.000.740.92   0.26
XYZ22.213113.13451.8164
Yxy13.13450.59770.3534
Hunter Lab36.241645.983222.3975
CIE-Lab42.965253.822750.5611

#bd320f color RGB value is (189,50,15).

#bd320f hex color red value is 189, green value is 50 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bd320f hue: 0.03 , saturation: 0.85 and the lightness value of bd320f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 00001111
Octal 275 62 17
Decimal 189 50 15
Hex BD 32 F

RGB Percentages of Color #bd320f

%74.41
%19.69
%5.91

CMYK Percentages of Color #bd320f

%0
%74
%92
%26

Triadic Colors of #bd320f

#bd320f #0fbd32 #320fbd

Analogous Colors of #bd320f

#bd320f #bd890f #bd0f43

Monochromatic Colors of #bd320f

#bd320f

Complementary Color

#bd320f #0f9abd

#bd320f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd320f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd320f Color CSS Codes

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

#bd320f Text Font Color

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

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


#bd320f Background Color

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

This div background color is #bd320f


#bd320f Border Color

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

This div border color is #bd320f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd320f


Comments

No comments written yet.

Please login to write comment.