Color Hex Logo

#bd223f Color Hex

#BD223F
(189,34,63)
0 Favorites   0 Comments

Color spaces of #bd223f

RGB 1893463
HSL0.970.700.44
HSV349°82°74°
CMYK 0.000.820.67   0.26
XYZ22.455512.32185.8974
Yxy12.32180.55210.3029
Hunter Lab35.102452.759714.6106
CIE-Lab41.723160.293123.8514

#bd223f color RGB value is (189,34,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100010 00111111
Octal 275 42 77
Decimal 189 34 63
Hex BD 22 3F

RGB Percentages of Color #bd223f

%66.08
%11.89
%22.03

CMYK Percentages of Color #bd223f

%0
%82
%67
%26

Triadic Colors of #bd223f

#bd223f #3fbd22 #223fbd

Analogous Colors of #bd223f

#bd223f #bd5222 #bd228d

Monochromatic Colors of #bd223f

#bd223f

Complementary Color

#bd223f #22bda0

#bd223f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd223f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd223f Color CSS Codes

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

#bd223f Text Font Color

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

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


#bd223f Background Color

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

This div background color is #bd223f


#bd223f Border Color

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

This div border color is #bd223f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd223f


Comments

No comments written yet.

Please login to write comment.