Color Hex Logo

#bd030f Color Hex

#BD030F
(189,3,15)
0 Favorites   0 Comments

Color spaces of #bd030f

RGB 189315
HSL0.990.970.38
HSV356°98°74°
CMYK 0.000.980.92   0.26
XYZ21.105110.91841.4470
Yxy10.91840.63060.3262
Hunter Lab33.043056.185620.5337
CIE-Lab39.442763.797648.2176

#bd030f color RGB value is (189,3,15).

#bd030f hex color red value is 189, green value is 3 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bd030f hue: 0.99 , saturation: 0.97 and the lightness value of bd030f is 0.38.

The process color (four color CMYK) of #bd030f color hex is 0.00, 0.98, 0.92, 0.26. Web safe color of #bd030f is #cc0000. Color #bd030f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 00001111
Octal 275 3 17
Decimal 189 3 15
Hex BD 3 F

RGB Percentages of Color #bd030f

%91.30
%1.45
%7.25

CMYK Percentages of Color #bd030f

%0
%98
%92
%26

Triadic Colors of #bd030f

#bd030f #0fbd03 #030fbd

Analogous Colors of #bd030f

#bd030f #bd5403 #bd036c

Monochromatic Colors of #bd030f

#bd030f

Complementary Color

#bd030f #03bdb1

#bd030f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd030f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd030f Color CSS Codes

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

#bd030f Text Font Color

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

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


#bd030f Background Color

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

This div background color is #bd030f


#bd030f Border Color

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

This div border color is #bd030f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd030f


Comments

No comments written yet.

Please login to write comment.