Color Hex Logo

#bd073f Color Hex

#BD073F
(189,7,63)
0 Favorites   0 Comments

Color spaces of #bd073f

RGB 189763
HSL0.950.930.38
HSV342°96°74°
CMYK 0.000.960.67   0.26
XYZ21.959411.32975.7321
Yxy11.32970.56280.2903
Hunter Lab33.659657.548313.4649
CIE-Lab40.130364.865121.8190

#bd073f color RGB value is (189,7,63).

#bd073f hex color red value is 189, green value is 7 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bd073f hue: 0.95 , saturation: 0.93 and the lightness value of bd073f is 0.38.

The process color (four color CMYK) of #bd073f color hex is 0.00, 0.96, 0.67, 0.26. Web safe color of #bd073f is #cc0033. Color #bd073f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000111 00111111
Octal 275 7 77
Decimal 189 7 63
Hex BD 7 3F

RGB Percentages of Color #bd073f

%72.97
%2.70
%24.32

CMYK Percentages of Color #bd073f

%0
%96
%67
%26

Triadic Colors of #bd073f

#bd073f #3fbd07 #073fbd

Analogous Colors of #bd073f

#bd073f #bd2a07 #bd079a

Monochromatic Colors of #bd073f

#bd073f

Complementary Color

#bd073f #07bd85

#bd073f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd073f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd073f Color CSS Codes

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

#bd073f Text Font Color

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

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


#bd073f Background Color

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

This div background color is #bd073f


#bd073f Border Color

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

This div border color is #bd073f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd073f


Comments

No comments written yet.

Please login to write comment.