Color Hex Logo

#ad3afb Color Hex

#AD3AFB
(173,58,251)
0 Favorites   0 Comments

Color spaces of #ad3afb

RGB 17358251
HSL0.770.960.61
HSV276°77°98°
CMYK 0.310.770.00   0.02
XYZ36.159218.875493.0043
Yxy18.87540.24430.1275
Hunter Lab43.445872.5322-96.5098
CIE-Lab50.541175.4808-75.0367

#ad3afb color RGB value is (173,58,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111010 11111011
Octal 255 72 373
Decimal 173 58 251
Hex AD 3A FB

RGB Percentages of Color #ad3afb

%35.89
%12.03
%52.07

CMYK Percentages of Color #ad3afb

%31
%77
%0
%2

Triadic Colors of #ad3afb

#ad3afb #fbad3a #3afbad

Analogous Colors of #ad3afb

#ad3afb #fb3ae9 #4c3afb

Monochromatic Colors of #ad3afb

#ad3afb

Complementary Color

#ad3afb #88fb3a

#ad3afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3afb Color CSS Codes

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

#ad3afb Text Font Color

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

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


#ad3afb Background Color

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

This div background color is #ad3afb


#ad3afb Border Color

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

This div border color is #ad3afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3afb


Comments

No comments written yet.

Please login to write comment.