Color Hex Logo

#ad5bfd Color Hex

#AD5BFD
(173,91,253)
0 Favorites   0 Comments

Color spaces of #ad5bfd

RGB 17391253
HSL0.750.980.67
HSV270°64°99°
CMYK 0.320.640.00   0.01
XYZ38.704323.458395.4165
Yxy23.45830.24560.1489
Hunter Lab48.433857.8835-82.9001
CIE-Lab55.541362.2365-68.0423

#ad5bfd color RGB value is (173,91,253).

#ad5bfd hex color red value is 173, green value is 91 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ad5bfd hue: 0.75 , saturation: 0.98 and the lightness value of ad5bfd is 0.67.

The process color (four color CMYK) of #ad5bfd color hex is 0.32, 0.64, 0.00, 0.01. Web safe color of #ad5bfd is #9966ff. Color #ad5bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011011 11111101
Octal 255 133 375
Decimal 173 91 253
Hex AD 5B FD

RGB Percentages of Color #ad5bfd

%33.46
%17.60
%48.94

CMYK Percentages of Color #ad5bfd

%32
%64
%0
%1

Triadic Colors of #ad5bfd

#ad5bfd #fdad5b #5bfdad

Analogous Colors of #ad5bfd

#ad5bfd #fd5bfc #5c5bfd

Monochromatic Colors of #ad5bfd

#ad5bfd

Complementary Color

#ad5bfd #abfd5b

#ad5bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5bfd Color CSS Codes

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

#ad5bfd Text Font Color

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

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


#ad5bfd Background Color

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

This div background color is #ad5bfd


#ad5bfd Border Color

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

This div border color is #ad5bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.