Color Hex Logo

#bd203b Color Hex

#BD203B
(189,32,59)
0 Favorites   0 Comments

Color spaces of #bd203b

RGB 1893259
HSL0.970.710.43
HSV350°83°74°
CMYK 0.000.830.69   0.26
XYZ22.292212.16765.3113
Yxy12.16760.56050.3059
Hunter Lab34.882153.030915.3897
CIE-Lab41.481360.584226.0293

#bd203b color RGB value is (189,32,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 00111011
Octal 275 40 73
Decimal 189 32 59
Hex BD 20 3B

RGB Percentages of Color #bd203b

%67.50
%11.43
%21.07

CMYK Percentages of Color #bd203b

%0
%83
%69
%26

Triadic Colors of #bd203b

#bd203b #3bbd20 #203bbd

Analogous Colors of #bd203b

#bd203b #bd5420 #bd208a

Monochromatic Colors of #bd203b

#bd203b

Complementary Color

#bd203b #20bda2

#bd203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd203b Color CSS Codes

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

#bd203b Text Font Color

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

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


#bd203b Background Color

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

This div background color is #bd203b


#bd203b Border Color

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

This div border color is #bd203b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd203b


Comments

No comments written yet.

Please login to write comment.