Color Hex Logo

#ad15ca Color Hex

#AD15CA
(173,21,202)
0 Favorites   0 Comments

Color spaces of #ad15ca

RGB 17321202
HSL0.810.810.44
HSV290°90°79°
CMYK 0.140.900.00   0.21
XYZ28.162413.684857.0342
Yxy13.68480.28480.1384
Hunter Lab36.993071.1527-65.5157
CIE-Lab43.777575.6731-58.1565

#ad15ca color RGB value is (173,21,202).

#ad15ca hex color red value is 173, green value is 21 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad15ca hue: 0.81 , saturation: 0.81 and the lightness value of ad15ca is 0.44.

The process color (four color CMYK) of #ad15ca color hex is 0.14, 0.90, 0.00, 0.21. Web safe color of #ad15ca is #9900cc. Color #ad15ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010101 11001010
Octal 255 25 312
Decimal 173 21 202
Hex AD 15 CA

RGB Percentages of Color #ad15ca

%43.69
%5.30
%51.01

CMYK Percentages of Color #ad15ca

%14
%90
%0
%21

Triadic Colors of #ad15ca

#ad15ca #caad15 #15caad

Analogous Colors of #ad15ca

#ad15ca #ca158d #5215ca

Monochromatic Colors of #ad15ca

#ad15ca

Complementary Color

#ad15ca #32ca15

#ad15ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad15ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad15ca Color CSS Codes

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

#ad15ca Text Font Color

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

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


#ad15ca Background Color

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

This div background color is #ad15ca


#ad15ca Border Color

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

This div border color is #ad15ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad15ca


Comments

No comments written yet.

Please login to write comment.