Color Hex Logo

#bd0a42 Color Hex

#BD0A42
(189,10,66)
0 Favorites   0 Comments

Color spaces of #bd0a42

RGB 1891066
HSL0.950.900.39
HSV341°95°74°
CMYK 0.000.950.65   0.26
XYZ22.078211.42926.1967
Yxy11.42920.55610.2879
Hunter Lab33.807157.409512.7974
CIE-Lab40.294264.711220.1287

#bd0a42 color RGB value is (189,10,66).

#bd0a42 hex color red value is 189, green value is 10 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bd0a42 hue: 0.95 , saturation: 0.90 and the lightness value of bd0a42 is 0.39.

The process color (four color CMYK) of #bd0a42 color hex is 0.00, 0.95, 0.65, 0.26. Web safe color of #bd0a42 is #cc0033. Color #bd0a42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001010 01000010
Octal 275 12 102
Decimal 189 10 66
Hex BD A 42

RGB Percentages of Color #bd0a42

%71.32
%3.77
%24.91

CMYK Percentages of Color #bd0a42

%0
%95
%65
%26

Triadic Colors of #bd0a42

#bd0a42 #42bd0a #0a42bd

Analogous Colors of #bd0a42

#bd0a42 #bd2c0a #bd0a9c

Monochromatic Colors of #bd0a42

#bd0a42

Complementary Color

#bd0a42 #0abd85

#bd0a42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0a42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0a42 Color CSS Codes

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

#bd0a42 Text Font Color

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

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


#bd0a42 Background Color

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

This div background color is #bd0a42


#bd0a42 Border Color

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

This div border color is #bd0a42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0a42


Comments

No comments written yet.

Please login to write comment.