Color Hex Logo

#bd223d Color Hex

#BD223D
(189,34,61)
0 Favorites   0 Comments

Color spaces of #bd223d

RGB 1893461
HSL0.970.700.44
HSV350°82°74°
CMYK 0.000.820.68   0.26
XYZ22.400612.29985.6083
Yxy12.29980.55570.3051
Hunter Lab35.071152.637215.0685
CIE-Lab41.688760.189125.0494

#bd223d color RGB value is (189,34,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100010 00111101
Octal 275 42 75
Decimal 189 34 61
Hex BD 22 3D

RGB Percentages of Color #bd223d

%66.55
%11.97
%21.48

CMYK Percentages of Color #bd223d

%0
%82
%68
%26

Triadic Colors of #bd223d

#bd223d #3dbd22 #223dbd

Analogous Colors of #bd223d

#bd223d #bd5422 #bd228b

Monochromatic Colors of #bd223d

#bd223d

Complementary Color

#bd223d #22bda2

#bd223d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd223d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd223d Color CSS Codes

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

#bd223d Text Font Color

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

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


#bd223d Background Color

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

This div background color is #bd223d


#bd223d Border Color

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

This div border color is #bd223d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd223d


Comments

No comments written yet.

Please login to write comment.