Color Hex Logo

#bd225e Color Hex

#BD225E
(189,34,94)
0 Favorites   0 Comments

Color spaces of #bd225e

RGB 1893494
HSL0.940.700.44
HSV337°82°74°
CMYK 0.000.820.50   0.26
XYZ23.578712.771011.8120
Yxy12.77100.48960.2652
Hunter Lab35.736555.23405.4184
CIE-Lab42.416262.37565.3315

#bd225e color RGB value is (189,34,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100010 01011110
Octal 275 42 136
Decimal 189 34 94
Hex BD 22 5E

RGB Percentages of Color #bd225e

%59.62
%10.73
%29.65

CMYK Percentages of Color #bd225e

%0
%82
%50
%26

Triadic Colors of #bd225e

#bd225e #5ebd22 #225ebd

Analogous Colors of #bd225e

#bd225e #bd3322 #bd22ac

Monochromatic Colors of #bd225e

#bd225e

Complementary Color

#bd225e #22bd81

#bd225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd225e Color CSS Codes

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

#bd225e Text Font Color

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

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


#bd225e Background Color

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

This div background color is #bd225e


#bd225e Border Color

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

This div border color is #bd225e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd225e


Comments

No comments written yet.

Please login to write comment.