Color Hex Logo

#ad27ba Color Hex

#AD27BA
(173,39,186)
0 Favorites   0 Comments

Color spaces of #ad27ba

RGB 17339186
HSL0.820.650.44
HSV295°79°73°
CMYK 0.070.790.00   0.27
XYZ26.822013.880447.7199
Yxy13.88040.30330.1570
Hunter Lab37.256463.3088-49.8622
CIE-Lab44.060969.0768-48.3649

#ad27ba color RGB value is (173,39,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 10111010
Octal 255 47 272
Decimal 173 39 186
Hex AD 27 BA

RGB Percentages of Color #ad27ba

%43.47
%9.80
%46.73

CMYK Percentages of Color #ad27ba

%7
%79
%0
%27

Triadic Colors of #ad27ba

#ad27ba #baad27 #27baad

Analogous Colors of #ad27ba

#ad27ba #ba277e #6427ba

Monochromatic Colors of #ad27ba

#ad27ba

Complementary Color

#ad27ba #34ba27

#ad27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad27ba Color CSS Codes

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

#ad27ba Text Font Color

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

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


#ad27ba Background Color

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

This div background color is #ad27ba


#ad27ba Border Color

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

This div border color is #ad27ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad27ba


Comments

No comments written yet.

Please login to write comment.