Color Hex Logo

#bd205c Color Hex

#BD205C
(189,32,92)
0 Favorites   0 Comments

Color spaces of #bd205c

RGB 1893292
HSL0.940.710.43
HSV337°83°74°
CMYK 0.000.830.51   0.26
XYZ23.434512.624511.3269
Yxy12.62450.49450.2664
Hunter Lab35.531055.55075.9707
CIE-Lab42.191962.70036.2690

#bd205c color RGB value is (189,32,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 01011100
Octal 275 40 134
Decimal 189 32 92
Hex BD 20 5C

RGB Percentages of Color #bd205c

%60.38
%10.22
%29.39

CMYK Percentages of Color #bd205c

%0
%83
%51
%26

Triadic Colors of #bd205c

#bd205c #5cbd20 #205cbd

Analogous Colors of #bd205c

#bd205c #bd3320 #bd20ab

Monochromatic Colors of #bd205c

#bd205c

Complementary Color

#bd205c #20bd81

#bd205c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd205c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd205c Color CSS Codes

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

#bd205c Text Font Color

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

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


#bd205c Background Color

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

This div background color is #bd205c


#bd205c Border Color

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

This div border color is #bd205c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd205c


Comments

No comments written yet.

Please login to write comment.