Color Hex Logo

#ad7afb Color Hex

#AD7AFB
(173,122,251)
0 Favorites   0 Comments

Color spaces of #ad7afb

RGB 173122251
HSL0.730.940.73
HSV264°51°98°
CMYK 0.310.510.00   0.02
XYZ41.605729.768394.8198
Yxy29.76830.25030.1791
Hunter Lab54.560340.6369-64.8472
CIE-Lab61.453845.7899-57.4486

#ad7afb color RGB value is (173,122,251).

#ad7afb hex color red value is 173, green value is 122 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ad7afb hue: 0.73 , saturation: 0.94 and the lightness value of ad7afb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111010 11111011
Octal 255 172 373
Decimal 173 122 251
Hex AD 7A FB

RGB Percentages of Color #ad7afb

%31.68
%22.34
%45.97

CMYK Percentages of Color #ad7afb

%31
%51
%0
%2

Triadic Colors of #ad7afb

#ad7afb #fbad7a #7afbad

Analogous Colors of #ad7afb

#ad7afb #ee7afb #7a88fb

Monochromatic Colors of #ad7afb

#ad7afb

Complementary Color

#ad7afb #c8fb7a

#ad7afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7afb Color CSS Codes

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

#ad7afb Text Font Color

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

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


#ad7afb Background Color

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

This div background color is #ad7afb


#ad7afb Border Color

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

This div border color is #ad7afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7afb


Comments

No comments written yet.

Please login to write comment.