Color Hex Logo

#bd20a4 Color Hex

#BD20A4
(189,32,164)
0 Favorites   0 Comments

Color spaces of #bd20a4

RGB 18932164
HSL0.860.710.43
HSV310°83°74°
CMYK 0.000.830.13   0.26
XYZ28.203614.532236.4405
Yxy14.53220.35620.1835
Hunter Lab38.121165.3498-29.9913
CIE-Lab44.986770.6234-33.7087

#bd20a4 color RGB value is (189,32,164).

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

The process color (four color CMYK) of #bd20a4 color hex is 0.00, 0.83, 0.13, 0.26. Web safe color of #bd20a4 is #cc3399. Color #bd20a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 10100100
Octal 275 40 244
Decimal 189 32 164
Hex BD 20 A4

RGB Percentages of Color #bd20a4

%49.09
%8.31
%42.60

CMYK Percentages of Color #bd20a4

%0
%83
%13
%26

Triadic Colors of #bd20a4

#bd20a4 #a4bd20 #20a4bd

Analogous Colors of #bd20a4

#bd20a4 #bd2055 #8820bd

Monochromatic Colors of #bd20a4

#bd20a4

Complementary Color

#bd20a4 #20bd39

#bd20a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd20a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd20a4 Color CSS Codes

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

#bd20a4 Text Font Color

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

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


#bd20a4 Background Color

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

This div background color is #bd20a4


#bd20a4 Border Color

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

This div border color is #bd20a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd20a4


Comments

No comments written yet.

Please login to write comment.