Color Hex Logo

#bd16ad Color Hex

#BD16AD
(189,22,173)
0 Favorites   0 Comments

Color spaces of #bd16ad

RGB 18922173
HSL0.850.790.41
HSV306°88°74°
CMYK 0.000.880.08   0.26
XYZ28.816014.409840.7978
Yxy14.40980.34300.1715
Hunter Lab37.960269.0707-37.1498
CIE-Lab44.815073.7600-39.3323

#bd16ad color RGB value is (189,22,173).

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

The process color (four color CMYK) of #bd16ad color hex is 0.00, 0.88, 0.08, 0.26. Web safe color of #bd16ad is #cc0099. Color #bd16ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010110 10101101
Octal 275 26 255
Decimal 189 22 173
Hex BD 16 AD

RGB Percentages of Color #bd16ad

%49.22
%5.73
%45.05

CMYK Percentages of Color #bd16ad

%0
%88
%8
%26

Triadic Colors of #bd16ad

#bd16ad #adbd16 #16adbd

Analogous Colors of #bd16ad

#bd16ad #bd165a #7a16bd

Monochromatic Colors of #bd16ad

#bd16ad

Complementary Color

#bd16ad #16bd26

#bd16ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd16ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd16ad Color CSS Codes

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

#bd16ad Text Font Color

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

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


#bd16ad Background Color

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

This div background color is #bd16ad


#bd16ad Border Color

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

This div border color is #bd16ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd16ad


Comments

No comments written yet.

Please login to write comment.