color codes Logo

#ad0ab6 color codes

#AD0AB6
(173,10,182)
0 Favorites   0 Comments

Color spaces of #ad0ab6

RGB 17310182
HSL0.820.900.38
HSV297°95°71°
CMYK 0.050.950.00   0.29
XYZ25.785612.478745.3055
Yxy12.47870.30860.1493
Hunter Lab35.325268.4768-51.3133
CIE-Lab41.967073.8224-49.3685

#ad0ab6 color RGB value is (173,10,182).

#ad0ab6 hex color red value is 173, green value is 10 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ad0ab6 hue: 0.82 , saturation: 0.90 and the lightness value of ad0ab6 is 0.38.

The process color (four color CMYK) of #ad0ab6 color code is 0.05, 0.95, 0.00, 0.29. Web safe color of #ad0ab6 is #9900cc. Color #ad0ab6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001010 10110110
Octal 255 12 266
Decimal 173 10 182
Hex AD A B6

RGB Percentages of Color #ad0ab6

%47.40
%2.74
%49.86

CMYK Percentages of Color #ad0ab6

%5
%95
%0
%29

Triadic Colors of #ad0ab6

#ad0ab6 #b6ad0a #0ab6ad

Analogous Colors of #ad0ab6

#ad0ab6 #b60a69 #570ab6

Monochromatic Colors of #ad0ab6

#ad0ab6

Complementary Color

#ad0ab6 #13b60a

#ad0ab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0ab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0ab6 Color CSS Codes

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

#ad0ab6 Text Font Color

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

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


#ad0ab6 Background Color

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

This div background color is #ad0ab6


#ad0ab6 Border Color

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

This div border color is #ad0ab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0ab6


Comments

No comments written yet.

Please login to write comment.