Color Hex Logo

#bd033d Color Hex

#BD033D
(189,3,61)
0 Favorites   0 Comments

Color spaces of #bd033d

RGB 189361
HSL0.950.970.38
HSV341°98°74°
CMYK 0.000.980.68   0.26
XYZ21.861111.22095.4285
Yxy11.22090.56770.2914
Hunter Lab33.497657.871313.8400
CIE-Lab39.950165.183622.8557

#bd033d color RGB value is (189,3,61).

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

The process color (four color CMYK) of #bd033d color hex is 0.00, 0.98, 0.68, 0.26. Web safe color of #bd033d is #cc0033. Color #bd033d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 00111101
Octal 275 3 75
Decimal 189 3 61
Hex BD 3 3D

RGB Percentages of Color #bd033d

%74.70
%1.19
%24.11

CMYK Percentages of Color #bd033d

%0
%98
%68
%26

Triadic Colors of #bd033d

#bd033d #3dbd03 #033dbd

Analogous Colors of #bd033d

#bd033d #bd2603 #bd039a

Monochromatic Colors of #bd033d

#bd033d

Complementary Color

#bd033d #03bd83

#bd033d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd033d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd033d Color CSS Codes

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

#bd033d Text Font Color

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

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


#bd033d Background Color

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

This div background color is #bd033d


#bd033d Border Color

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

This div border color is #bd033d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd033d


Comments

No comments written yet.

Please login to write comment.