Color Hex Logo

#bd0638 Color Hex

#BD0638
(189,6,56)
0 Favorites   0 Comments

Color spaces of #bd0638

RGB 189656
HSL0.950.940.38
HSV344°97°74°
CMYK 0.000.970.70   0.26
XYZ21.765211.23464.7627
Yxy11.23460.57640.2975
Hunter Lab33.518157.253715.0379
CIE-Lab39.972864.636926.0365

#bd0638 color RGB value is (189,6,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 00111000
Octal 275 6 70
Decimal 189 6 56
Hex BD 6 38

RGB Percentages of Color #bd0638

%75.30
%2.39
%22.31

CMYK Percentages of Color #bd0638

%0
%97
%70
%26

Triadic Colors of #bd0638

#bd0638 #38bd06 #0638bd

Analogous Colors of #bd0638

#bd0638 #bd3006 #bd0694

Monochromatic Colors of #bd0638

#bd0638

Complementary Color

#bd0638 #06bd8b

#bd0638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0638 Color CSS Codes

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

#bd0638 Text Font Color

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

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


#bd0638 Background Color

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

This div background color is #bd0638


#bd0638 Border Color

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

This div border color is #bd0638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0638


Comments

No comments written yet.

Please login to write comment.