Color Hex Logo

#bd3333 Color Hex

#BD3333
(189,51,51)
0 Favorites   0 Comments

Color spaces of #bd3333

RGB 1895151
HSL0.000.580.47
HSV73°74°
CMYK 0.000.730.73   0.26
XYZ22.767613.42554.5234
Yxy13.42550.55920.3297
Hunter Lab36.640846.793518.3291
CIE-Lab43.397554.501133.1416

#bd3333 color RGB value is (189,51,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 00110011
Octal 275 63 63
Decimal 189 51 51
Hex BD 33 33

RGB Percentages of Color #bd3333

%64.95
%17.53
%17.53

CMYK Percentages of Color #bd3333

%0
%73
%73
%26

Triadic Colors of #bd3333

#bd3333 #33bd33 #3333bd

Analogous Colors of #bd3333

#bd3333 #bd7833 #bd3378

Monochromatic Colors of #bd3333

#bd3333

Complementary Color

#bd3333 #33bdbd

#bd3333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3333 Color CSS Codes

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

#bd3333 Text Font Color

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

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


#bd3333 Background Color

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

This div background color is #bd3333


#bd3333 Border Color

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

This div border color is #bd3333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3333

#bd3333 Color Palettes


Comments

No comments written yet.

Please login to write comment.