Color Hex Logo

#ad28bb Color Hex

#AD28BB
(173,40,187)
0 Favorites   0 Comments

Color spaces of #ad28bb

RGB 17340187
HSL0.820.650.45
HSV294°79°73°
CMYK 0.070.790.00   0.27
XYZ26.962013.989748.2929
Yxy13.98970.30210.1568
Hunter Lab37.402863.2177-50.3707
CIE-Lab44.218268.9686-48.6994

#ad28bb color RGB value is (173,40,187).

#ad28bb hex color red value is 173, green value is 40 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ad28bb hue: 0.82 , saturation: 0.65 and the lightness value of ad28bb is 0.45.

The process color (four color CMYK) of #ad28bb color hex is 0.07, 0.79, 0.00, 0.27. Web safe color of #ad28bb is #9933cc. Color #ad28bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101000 10111011
Octal 255 50 273
Decimal 173 40 187
Hex AD 28 BB

RGB Percentages of Color #ad28bb

%43.25
%10.00
%46.75

CMYK Percentages of Color #ad28bb

%7
%79
%0
%27

Triadic Colors of #ad28bb

#ad28bb #bbad28 #28bbad

Analogous Colors of #ad28bb

#ad28bb #bb2880 #6428bb

Monochromatic Colors of #ad28bb

#ad28bb

Complementary Color

#ad28bb #36bb28

#ad28bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad28bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad28bb Color CSS Codes

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

#ad28bb Text Font Color

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

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


#ad28bb Background Color

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

This div background color is #ad28bb


#ad28bb Border Color

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

This div border color is #ad28bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad28bb


Comments

No comments written yet.

Please login to write comment.