Color Hex Logo

#bd225c Color Hex

#BD225C
(189,34,92)
0 Favorites   0 Comments

Color spaces of #bd225c

RGB 1893492
HSL0.940.700.44
HSV338°82°74°
CMYK 0.000.820.51   0.26
XYZ23.490112.735611.3454
Yxy12.73560.49380.2677
Hunter Lab35.687055.04126.1317
CIE-Lab42.362162.21446.5113

#bd225c color RGB value is (189,34,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100010 01011100
Octal 275 42 134
Decimal 189 34 92
Hex BD 22 5C

RGB Percentages of Color #bd225c

%60.00
%10.79
%29.21

CMYK Percentages of Color #bd225c

%0
%82
%51
%26

Triadic Colors of #bd225c

#bd225c #5cbd22 #225cbd

Analogous Colors of #bd225c

#bd225c #bd3522 #bd22aa

Monochromatic Colors of #bd225c

#bd225c

Complementary Color

#bd225c #22bd83

#bd225c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd225c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd225c Color CSS Codes

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

#bd225c Text Font Color

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

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


#bd225c Background Color

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

This div background color is #bd225c


#bd225c Border Color

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

This div border color is #bd225c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd225c


Comments

No comments written yet.

Please login to write comment.