Color Hex Logo

#ad1cba Color Hex

#AD1CBA
(173,28,186)
0 Favorites   0 Comments

Color spaces of #ad1cba

RGB 17328186
HSL0.820.740.42
HSV295°85°73°
CMYK 0.070.850.00   0.27
XYZ26.511813.259947.6165
Yxy13.25990.30340.1517
Hunter Lab36.414166.2345-52.0399
CIE-Lab43.152371.7242-49.8217

#ad1cba color RGB value is (173,28,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011100 10111010
Octal 255 34 272
Decimal 173 28 186
Hex AD 1C BA

RGB Percentages of Color #ad1cba

%44.70
%7.24
%48.06

CMYK Percentages of Color #ad1cba

%7
%85
%0
%27

Triadic Colors of #ad1cba

#ad1cba #baad1c #1cbaad

Analogous Colors of #ad1cba

#ad1cba #ba1c78 #5e1cba

Monochromatic Colors of #ad1cba

#ad1cba

Complementary Color

#ad1cba #29ba1c

#ad1cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1cba Color CSS Codes

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

#ad1cba Text Font Color

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

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


#ad1cba Background Color

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

This div background color is #ad1cba


#ad1cba Border Color

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

This div border color is #ad1cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1cba


Comments

No comments written yet.

Please login to write comment.