Color Hex Logo

#bd263c Color Hex

#BD263C
(189,38,60)
0 Favorites   0 Comments

Color spaces of #bd263c

RGB 1893860
HSL0.980.670.45
HSV351°80°74°
CMYK 0.000.800.68   0.26
XYZ22.495012.53135.5081
Yxy12.53130.55500.3092
Hunter Lab35.399651.480315.5543
CIE-Lab42.048459.072026.1154

#bd263c color RGB value is (189,38,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100110 00111100
Octal 275 46 74
Decimal 189 38 60
Hex BD 26 3C

RGB Percentages of Color #bd263c

%65.85
%13.24
%20.91

CMYK Percentages of Color #bd263c

%0
%80
%68
%26

Triadic Colors of #bd263c

#bd263c #3cbd26 #263cbd

Analogous Colors of #bd263c

#bd263c #bd5c26 #bd2688

Monochromatic Colors of #bd263c

#bd263c

Complementary Color

#bd263c #26bda7

#bd263c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd263c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd263c Color CSS Codes

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

#bd263c Text Font Color

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

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


#bd263c Background Color

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

This div background color is #bd263c


#bd263c Border Color

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

This div border color is #bd263c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd263c


Comments

No comments written yet.

Please login to write comment.