Color Hex Logo

#bd0c38 Color Hex

#BD0C38
(189,12,56)
0 Favorites   0 Comments

Color spaces of #bd0c38

RGB 1891256
HSL0.960.880.39
HSV345°94°74°
CMYK 0.000.940.70   0.26
XYZ21.831511.36734.7848
Yxy11.36730.57480.2993
Hunter Lab33.715456.580815.1865
CIE-Lab40.192364.001026.3061

#bd0c38 color RGB value is (189,12,56).

#bd0c38 hex color red value is 189, green value is 12 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bd0c38 hue: 0.96 , saturation: 0.88 and the lightness value of bd0c38 is 0.39.

The process color (four color CMYK) of #bd0c38 color hex is 0.00, 0.94, 0.70, 0.26. Web safe color of #bd0c38 is #cc0033. Color #bd0c38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001100 00111000
Octal 275 14 70
Decimal 189 12 56
Hex BD C 38

RGB Percentages of Color #bd0c38

%73.54
%4.67
%21.79

CMYK Percentages of Color #bd0c38

%0
%94
%70
%26

Triadic Colors of #bd0c38

#bd0c38 #38bd0c #0c38bd

Analogous Colors of #bd0c38

#bd0c38 #bd390c #bd0c91

Monochromatic Colors of #bd0c38

#bd0c38

Complementary Color

#bd0c38 #0cbd91

#bd0c38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0c38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0c38 Color CSS Codes

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

#bd0c38 Text Font Color

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

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


#bd0c38 Background Color

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

This div background color is #bd0c38


#bd0c38 Border Color

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

This div border color is #bd0c38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0c38


Comments

No comments written yet.

Please login to write comment.