Color Hex Logo

#ad13ff Color Hex

#AD13FF
(173,19,255)
0 Favorites   0 Comments

Color spaces of #ad13ff

RGB 17319255
HSL0.781.000.54
HSV279°93°100°
CMYK 0.320.930.00   0.00
XYZ35.516516.570095.9341
Yxy16.57000.23990.1119
Hunter Lab40.706384.5065-111.2368
CIE-Lab47.713685.5090-81.8838

#ad13ff color RGB value is (173,19,255).

#ad13ff hex color red value is 173, green value is 19 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ad13ff hue: 0.78 , saturation: 1.00 and the lightness value of ad13ff is 0.54.

The process color (four color CMYK) of #ad13ff color hex is 0.32, 0.93, 0.00, 0.00. Web safe color of #ad13ff is #9900ff. Color #ad13ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 11111111
Octal 255 23 377
Decimal 173 19 255
Hex AD 13 FF

RGB Percentages of Color #ad13ff

%38.70
%4.25
%57.05

CMYK Percentages of Color #ad13ff

%32
%93
%0
%0

Triadic Colors of #ad13ff

#ad13ff #ffad13 #13ffad

Analogous Colors of #ad13ff

#ad13ff #ff13db #3713ff

Monochromatic Colors of #ad13ff

#ad13ff

Complementary Color

#ad13ff #65ff13

#ad13ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad13ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad13ff Color CSS Codes

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

#ad13ff Text Font Color

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

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


#ad13ff Background Color

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

This div background color is #ad13ff


#ad13ff Border Color

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

This div border color is #ad13ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad13ff

Related Colors


Comments

No comments written yet.

Please login to write comment.