Color Hex Logo

#bd202a Color Hex

#BD202A
(189,32,42)
0 Favorites   0 Comments

Color spaces of #bd202a

RGB 1893242
HSL0.990.710.43
HSV356°83°74°
CMYK 0.000.830.78   0.26
XYZ21.920712.01903.3550
Yxy12.01900.58780.3223
Hunter Lab34.668452.195018.5302
CIE-Lab41.246359.874535.9996

#bd202a color RGB value is (189,32,42).

#bd202a hex color red value is 189, green value is 32 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd202a hue: 0.99 , saturation: 0.71 and the lightness value of bd202a is 0.43.

The process color (four color CMYK) of #bd202a color hex is 0.00, 0.83, 0.78, 0.26. Web safe color of #bd202a is #cc3333. Color #bd202a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 00101010
Octal 275 40 52
Decimal 189 32 42
Hex BD 20 2A

RGB Percentages of Color #bd202a

%71.86
%12.17
%15.97

CMYK Percentages of Color #bd202a

%0
%83
%78
%26

Triadic Colors of #bd202a

#bd202a #2abd20 #202abd

Analogous Colors of #bd202a

#bd202a #bd6520 #bd2079

Monochromatic Colors of #bd202a

#bd202a

Complementary Color

#bd202a #20bdb3

#bd202a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd202a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd202a Color CSS Codes

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

#bd202a Text Font Color

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

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


#bd202a Background Color

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

This div background color is #bd202a


#bd202a Border Color

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

This div border color is #bd202a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd202a


Comments

No comments written yet.

Please login to write comment.