Color Hex Logo

#bd213f Color Hex

#BD213F
(189,33,63)
0 Favorites   0 Comments

Color spaces of #bd213f

RGB 1893363
HSL0.970.700.44
HSV348°83°74°
CMYK 0.000.830.67   0.26
XYZ22.427312.26545.8880
Yxy12.26540.55270.3022
Hunter Lab35.022053.018914.5474
CIE-Lab41.634960.543823.7396

#bd213f color RGB value is (189,33,63).

#bd213f hex color red value is 189, green value is 33 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bd213f hue: 0.97 , saturation: 0.70 and the lightness value of bd213f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 00111111
Octal 275 41 77
Decimal 189 33 63
Hex BD 21 3F

RGB Percentages of Color #bd213f

%66.32
%11.58
%22.11

CMYK Percentages of Color #bd213f

%0
%83
%67
%26

Triadic Colors of #bd213f

#bd213f #3fbd21 #213fbd

Analogous Colors of #bd213f

#bd213f #bd5121 #bd218d

Monochromatic Colors of #bd213f

#bd213f

Complementary Color

#bd213f #21bd9f

#bd213f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd213f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd213f Color CSS Codes

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

#bd213f Text Font Color

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

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


#bd213f Background Color

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

This div background color is #bd213f


#bd213f Border Color

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

This div border color is #bd213f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd213f


Comments

No comments written yet.

Please login to write comment.