Color Hex Logo

#ad4afd Color Hex

#AD4AFD
(173,74,253)
0 Favorites   0 Comments

Color spaces of #ad4afd

RGB 17374253
HSL0.760.980.64
HSV273°71°99°
CMYK 0.320.710.00   0.01
XYZ37.412020.873694.9857
Yxy20.87360.24410.1362
Hunter Lab45.687666.2140-91.2840
CIE-Lab52.810969.8340-72.4614

#ad4afd color RGB value is (173,74,253).

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

The process color (four color CMYK) of #ad4afd color hex is 0.32, 0.71, 0.00, 0.01. Web safe color of #ad4afd is #9933ff. Color #ad4afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001010 11111101
Octal 255 112 375
Decimal 173 74 253
Hex AD 4A FD

RGB Percentages of Color #ad4afd

%34.60
%14.80
%50.60

CMYK Percentages of Color #ad4afd

%32
%71
%0
%1

Triadic Colors of #ad4afd

#ad4afd #fdad4a #4afdad

Analogous Colors of #ad4afd

#ad4afd #fd4af4 #544afd

Monochromatic Colors of #ad4afd

#ad4afd

Complementary Color

#ad4afd #9afd4a

#ad4afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4afd Color CSS Codes

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

#ad4afd Text Font Color

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

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


#ad4afd Background Color

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

This div background color is #ad4afd


#ad4afd Border Color

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

This div border color is #ad4afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4afd


Comments

No comments written yet.

Please login to write comment.