Color Hex Logo

#ad40fb Color Hex

#AD40FB
(173,64,251)
0 Favorites   0 Comments

Color spaces of #ad40fb

RGB 17364251
HSL0.760.960.62
HSV275°75°98°
CMYK 0.310.750.00   0.02
XYZ36.479619.516193.1111
Yxy19.51610.24470.1309
Hunter Lab44.177070.0883-94.0405
CIE-Lab51.285673.3386-73.8257

#ad40fb color RGB value is (173,64,251).

#ad40fb hex color red value is 173, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ad40fb hue: 0.76 , saturation: 0.96 and the lightness value of ad40fb is 0.62.

The process color (four color CMYK) of #ad40fb color hex is 0.31, 0.75, 0.00, 0.02. Web safe color of #ad40fb is #9933ff. Color #ad40fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 11111011
Octal 255 100 373
Decimal 173 64 251
Hex AD 40 FB

RGB Percentages of Color #ad40fb

%35.45
%13.11
%51.43

CMYK Percentages of Color #ad40fb

%31
%75
%0
%2

Triadic Colors of #ad40fb

#ad40fb #fbad40 #40fbad

Analogous Colors of #ad40fb

#ad40fb #fb40ec #5040fb

Monochromatic Colors of #ad40fb

#ad40fb

Complementary Color

#ad40fb #8efb40

#ad40fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad40fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad40fb Color CSS Codes

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

#ad40fb Text Font Color

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

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


#ad40fb Background Color

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

This div background color is #ad40fb


#ad40fb Border Color

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

This div border color is #ad40fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad40fb


Comments

No comments written yet.

Please login to write comment.