Color Hex Logo

#bd263b Color Hex

#BD263B
(189,38,59)
0 Favorites   0 Comments

Color spaces of #bd263b

RGB 1893859
HSL0.980.670.45
HSV352°80°74°
CMYK 0.000.800.69   0.26
XYZ22.468812.52085.3702
Yxy12.52080.55670.3102
Hunter Lab35.384751.421615.7711
CIE-Lab42.032259.021826.7099

#bd263b color RGB value is (189,38,59).

#bd263b hex color red value is 189, green value is 38 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bd263b hue: 0.98 , saturation: 0.67 and the lightness value of bd263b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100110 00111011
Octal 275 46 73
Decimal 189 38 59
Hex BD 26 3B

RGB Percentages of Color #bd263b

%66.08
%13.29
%20.63

CMYK Percentages of Color #bd263b

%0
%80
%69
%26

Triadic Colors of #bd263b

#bd263b #3bbd26 #263bbd

Analogous Colors of #bd263b

#bd263b #bd5d26 #bd2687

Monochromatic Colors of #bd263b

#bd263b

Complementary Color

#bd263b #26bda8

#bd263b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd263b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd263b Color CSS Codes

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

#bd263b Text Font Color

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

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


#bd263b Background Color

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

This div background color is #bd263b


#bd263b Border Color

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

This div border color is #bd263b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd263b


Comments

No comments written yet.

Please login to write comment.