Color Hex Logo

#ad35ff Color Hex

#AD35FF
(173,53,255)
0 Favorites   0 Comments

Color spaces of #ad35ff

RGB 17353255
HSL0.771.000.60
HSV276°79°100°
CMYK 0.320.790.00   0.00
XYZ36.556718.650496.2809
Yxy18.65040.24130.1231
Hunter Lab43.186175.5231-101.9533
CIE-Lab50.275777.9478-77.6972

#ad35ff color RGB value is (173,53,255).

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

The process color (four color CMYK) of #ad35ff color hex is 0.32, 0.79, 0.00, 0.00. Web safe color of #ad35ff is #9933ff. Color #ad35ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110101 11111111
Octal 255 65 377
Decimal 173 53 255
Hex AD 35 FF

RGB Percentages of Color #ad35ff

%35.97
%11.02
%53.01

CMYK Percentages of Color #ad35ff

%32
%79
%0
%0

Triadic Colors of #ad35ff

#ad35ff #ffad35 #35ffad

Analogous Colors of #ad35ff

#ad35ff #ff35ec #4835ff

Monochromatic Colors of #ad35ff

#ad35ff

Complementary Color

#ad35ff #87ff35

#ad35ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad35ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad35ff Color CSS Codes

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

#ad35ff Text Font Color

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

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


#ad35ff Background Color

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

This div background color is #ad35ff


#ad35ff Border Color

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

This div border color is #ad35ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad35ff


Comments

No comments written yet.

Please login to write comment.