Color Hex Logo

#bd21ad Color Hex

#BD21AD
(189,33,173)
0 Favorites   0 Comments

Color spaces of #bd21ad

RGB 18933173
HSL0.850.700.44
HSV306°83°74°
CMYK 0.000.830.08   0.26
XYZ29.072914.923740.8834
Yxy14.92370.34250.1758
Hunter Lab38.631266.7301-35.7048
CIE-Lab45.529571.6754-38.2011

#bd21ad color RGB value is (189,33,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 10101101
Octal 275 41 255
Decimal 189 33 173
Hex BD 21 AD

RGB Percentages of Color #bd21ad

%47.85
%8.35
%43.80

CMYK Percentages of Color #bd21ad

%0
%83
%8
%26

Triadic Colors of #bd21ad

#bd21ad #adbd21 #21adbd

Analogous Colors of #bd21ad

#bd21ad #bd215f #7f21bd

Monochromatic Colors of #bd21ad

#bd21ad

Complementary Color

#bd21ad #21bd31

#bd21ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd21ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd21ad Color CSS Codes

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

#bd21ad Text Font Color

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

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


#bd21ad Background Color

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

This div background color is #bd21ad


#bd21ad Border Color

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

This div border color is #bd21ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd21ad


Comments

No comments written yet.

Please login to write comment.