Color Hex Logo

#ad35fe Color Hex

#AD35FE
(173,53,254)
0 Favorites   0 Comments

Color spaces of #ad35fe

RGB 17353254
HSL0.770.990.60
HSV276°79°100°
CMYK 0.320.790.00   0.00
XYZ36.396118.586295.4351
Yxy18.58620.24200.1236
Hunter Lab43.111775.2491-101.0703
CIE-Lab50.199577.7427-77.2647

#ad35fe color RGB value is (173,53,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110101 11111110
Octal 255 65 376
Decimal 173 53 254
Hex AD 35 FE

RGB Percentages of Color #ad35fe

%36.04
%11.04
%52.92

CMYK Percentages of Color #ad35fe

%32
%79
%0
%0

Triadic Colors of #ad35fe

#ad35fe #fead35 #35fead

Analogous Colors of #ad35fe

#ad35fe #fe35eb #4935fe

Monochromatic Colors of #ad35fe

#ad35fe

Complementary Color

#ad35fe #86fe35

#ad35fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad35fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad35fe Color CSS Codes

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

#ad35fe Text Font Color

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

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


#ad35fe Background Color

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

This div background color is #ad35fe


#ad35fe Border Color

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

This div border color is #ad35fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad35fe


Comments

No comments written yet.

Please login to write comment.