Color Hex Logo

#bd20ad Color Hex

#BD20AD
(189,32,173)
0 Favorites   0 Comments

Color spaces of #bd20ad

RGB 18932173
HSL0.850.710.43
HSV306°83°74°
CMYK 0.000.830.08   0.26
XYZ29.045614.869040.8743
Yxy14.86900.34260.1754
Hunter Lab38.560366.9746-35.8557
CIE-Lab45.454271.8944-38.3202

#bd20ad color RGB value is (189,32,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 10101101
Octal 275 40 255
Decimal 189 32 173
Hex BD 20 AD

RGB Percentages of Color #bd20ad

%47.97
%8.12
%43.91

CMYK Percentages of Color #bd20ad

%0
%83
%8
%26

Triadic Colors of #bd20ad

#bd20ad #adbd20 #20adbd

Analogous Colors of #bd20ad

#bd20ad #bd205f #7f20bd

Monochromatic Colors of #bd20ad

#bd20ad

Complementary Color

#bd20ad #20bd30

#bd20ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd20ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd20ad Color CSS Codes

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

#bd20ad Text Font Color

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

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


#bd20ad Background Color

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

This div background color is #bd20ad


#bd20ad Border Color

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

This div border color is #bd20ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd20ad


Comments

No comments written yet.

Please login to write comment.