Color Hex Logo

#bd333c Color Hex

#BD333C
(189,51,60)
0 Favorites   0 Comments

Color spaces of #bd333c

RGB 1895160
HSL0.990.580.47
HSV356°73°74°
CMYK 0.000.730.68   0.26
XYZ22.985713.51275.6717
Yxy13.51270.54510.3204
Hunter Lab36.759647.286316.5838
CIE-Lab43.525854.936427.9375

#bd333c color RGB value is (189,51,60).

#bd333c hex color red value is 189, green value is 51 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bd333c hue: 0.99 , saturation: 0.58 and the lightness value of bd333c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 00111100
Octal 275 63 74
Decimal 189 51 60
Hex BD 33 3C

RGB Percentages of Color #bd333c

%63.00
%17.00
%20.00

CMYK Percentages of Color #bd333c

%0
%73
%68
%26

Triadic Colors of #bd333c

#bd333c #3cbd33 #333cbd

Analogous Colors of #bd333c

#bd333c #bd6f33 #bd3381

Monochromatic Colors of #bd333c

#bd333c

Complementary Color

#bd333c #33bdb4

#bd333c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd333c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd333c Color CSS Codes

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

#bd333c Text Font Color

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

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


#bd333c Background Color

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

This div background color is #bd333c


#bd333c Border Color

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

This div border color is #bd333c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd333c


Comments

No comments written yet.

Please login to write comment.