Color Hex Logo

#bd0022 Color Hex

#BD0022
(189,0,34)
0 Favorites   0 Comments

Color spaces of #bd0022

RGB 189034
HSL0.971.000.37
HSV349°100°74°
CMYK 0.001.000.82   0.26
XYZ21.275010.93432.5026
Yxy10.93430.61290.3150
Hunter Lab33.067156.977718.6597
CIE-Lab39.469664.492038.7728

#bd0022 color RGB value is (189,0,34).

#bd0022 hex color red value is 189, green value is 0 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bd0022 hue: 0.97 , saturation: 1.00 and the lightness value of bd0022 is 0.37.

The process color (four color CMYK) of #bd0022 color hex is 0.00, 1.00, 0.82, 0.26. Web safe color of #bd0022 is #cc0033. Color #bd0022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 00100010
Octal 275 0 42
Decimal 189 0 34
Hex BD 0 22

RGB Percentages of Color #bd0022

%84.75
%0.00
%15.25

CMYK Percentages of Color #bd0022

%0
%100
%82
%26

Triadic Colors of #bd0022

#bd0022 #22bd00 #0022bd

Analogous Colors of #bd0022

#bd0022 #bd3d00 #bd0081

Monochromatic Colors of #bd0022

#bd0022

Complementary Color

#bd0022 #00bd9b

#bd0022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0022 Color CSS Codes

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

#bd0022 Text Font Color

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

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


#bd0022 Background Color

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

This div background color is #bd0022


#bd0022 Border Color

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

This div border color is #bd0022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0022


Comments

No comments written yet.

Please login to write comment.