Color Hex Logo

#bd224e Color Hex

#BD224E
(189,34,78)
0 Favorites   0 Comments

Color spaces of #bd224e

RGB 1893478
HSL0.950.700.44
HSV343°82°74°
CMYK 0.000.820.59   0.26
XYZ22.933412.51298.4142
Yxy12.51290.52290.2853
Hunter Lab35.373653.821410.6584
CIE-Lab42.019961.190814.8459

#bd224e color RGB value is (189,34,78).

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

The process color (four color CMYK) of #bd224e color hex is 0.00, 0.82, 0.59, 0.26. Web safe color of #bd224e is #cc3366. Color #bd224e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100010 01001110
Octal 275 42 116
Decimal 189 34 78
Hex BD 22 4E

RGB Percentages of Color #bd224e

%62.79
%11.30
%25.91

CMYK Percentages of Color #bd224e

%0
%82
%59
%26

Triadic Colors of #bd224e

#bd224e #4ebd22 #224ebd

Analogous Colors of #bd224e

#bd224e #bd4322 #bd229c

Monochromatic Colors of #bd224e

#bd224e

Complementary Color

#bd224e #22bd91

#bd224e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd224e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd224e Color CSS Codes

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

#bd224e Text Font Color

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

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


#bd224e Background Color

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

This div background color is #bd224e


#bd224e Border Color

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

This div border color is #bd224e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd224e


Comments

No comments written yet.

Please login to write comment.