Color Hex Logo

#ad57fb Color Hex

#AD57FB
(173,87,251)
0 Favorites   0 Comments

Color spaces of #ad57fb

RGB 17387251
HSL0.750.950.66
HSV271°65°98°
CMYK 0.310.650.00   0.02
XYZ38.054422.665793.6360
Yxy22.66570.24650.1468
Hunter Lab47.608559.3636-83.2851
CIE-Lab54.726363.6633-68.2495

#ad57fb color RGB value is (173,87,251).

#ad57fb hex color red value is 173, green value is 87 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ad57fb hue: 0.75 , saturation: 0.95 and the lightness value of ad57fb is 0.66.

The process color (four color CMYK) of #ad57fb color hex is 0.31, 0.65, 0.00, 0.02. Web safe color of #ad57fb is #9966ff. Color #ad57fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 11111011
Octal 255 127 373
Decimal 173 87 251
Hex AD 57 FB

RGB Percentages of Color #ad57fb

%33.86
%17.03
%49.12

CMYK Percentages of Color #ad57fb

%31
%65
%0
%2

Triadic Colors of #ad57fb

#ad57fb #fbad57 #57fbad

Analogous Colors of #ad57fb

#ad57fb #fb57f7 #5b57fb

Monochromatic Colors of #ad57fb

#ad57fb

Complementary Color

#ad57fb #a5fb57

#ad57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad57fb Color CSS Codes

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

#ad57fb Text Font Color

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

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


#ad57fb Background Color

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

This div background color is #ad57fb


#ad57fb Border Color

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

This div border color is #ad57fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad57fb

Related Colors


Comments

No comments written yet.

Please login to write comment.