Color Hex Logo

#ad61ff Color Hex

#AD61FF
(173,97,255)
0 Favorites   0 Comments

Color spaces of #ad61ff

RGB 17397255
HSL0.751.000.69
HSV269°62°100°
CMYK 0.320.620.00   0.00
XYZ39.558324.653697.2814
Yxy24.65360.24500.1527
Hunter Lab49.652455.3201-81.4072
CIE-Lab56.736359.7914-67.2207

#ad61ff color RGB value is (173,97,255).

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

The process color (four color CMYK) of #ad61ff color hex is 0.32, 0.62, 0.00, 0.00. Web safe color of #ad61ff is #9966ff. Color #ad61ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 11111111
Octal 255 141 377
Decimal 173 97 255
Hex AD 61 FF

RGB Percentages of Color #ad61ff

%32.95
%18.48
%48.57

CMYK Percentages of Color #ad61ff

%32
%62
%0
%0

Triadic Colors of #ad61ff

#ad61ff #ffad61 #61ffad

Analogous Colors of #ad61ff

#ad61ff #fc61ff #6164ff

Monochromatic Colors of #ad61ff

#ad61ff

Complementary Color

#ad61ff #b3ff61

#ad61ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad61ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad61ff Color CSS Codes

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

#ad61ff Text Font Color

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

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


#ad61ff Background Color

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

This div background color is #ad61ff


#ad61ff Border Color

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

This div border color is #ad61ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad61ff

Related Colors


Comments

No comments written yet.

Please login to write comment.