Color Hex Logo

#bd303b Color Hex

#BD303B
(189,48,59)
0 Favorites   0 Comments

Color spaces of #bd303b

RGB 1894859
HSL0.990.590.46
HSV355°75°74°
CMYK 0.000.750.69   0.26
XYZ22.832613.24855.4915
Yxy13.24850.54920.3187
Hunter Lab36.398548.274916.5338
CIE-Lab43.135355.926428.0638

#bd303b color RGB value is (189,48,59).

#bd303b hex color red value is 189, green value is 48 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bd303b hue: 0.99 , saturation: 0.59 and the lightness value of bd303b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 00111011
Octal 275 60 73
Decimal 189 48 59
Hex BD 30 3B

RGB Percentages of Color #bd303b

%63.85
%16.22
%19.93

CMYK Percentages of Color #bd303b

%0
%75
%69
%26

Triadic Colors of #bd303b

#bd303b #3bbd30 #303bbd

Analogous Colors of #bd303b

#bd303b #bd6c30 #bd3082

Monochromatic Colors of #bd303b

#bd303b

Complementary Color

#bd303b #30bdb2

#bd303b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd303b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd303b Color CSS Codes

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

#bd303b Text Font Color

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

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


#bd303b Background Color

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

This div background color is #bd303b


#bd303b Border Color

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

This div border color is #bd303b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,48,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 #bd303b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd303b


Comments

No comments written yet.

Please login to write comment.