Color Hex Logo

#ad27fd Color Hex

#AD27FD
(173,39,253)
0 Favorites   0 Comments

Color spaces of #ad27fd

RGB 17339253
HSL0.770.980.57
HSV278°85°99°
CMYK 0.320.850.00   0.01
XYZ35.688717.427194.4113
Yxy17.42710.24190.1181
Hunter Lab41.745879.5455-104.8669
CIE-Lab48.793781.4343-79.0016

#ad27fd color RGB value is (173,39,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 11111101
Octal 255 47 375
Decimal 173 39 253
Hex AD 27 FD

RGB Percentages of Color #ad27fd

%37.20
%8.39
%54.41

CMYK Percentages of Color #ad27fd

%32
%85
%0
%1

Triadic Colors of #ad27fd

#ad27fd #fdad27 #27fdad

Analogous Colors of #ad27fd

#ad27fd #fd27e2 #4227fd

Monochromatic Colors of #ad27fd

#ad27fd

Complementary Color

#ad27fd #77fd27

#ad27fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad27fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad27fd Color CSS Codes

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

#ad27fd Text Font Color

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

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


#ad27fd Background Color

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

This div background color is #ad27fd


#ad27fd Border Color

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

This div border color is #ad27fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad27fd


Comments

No comments written yet.

Please login to write comment.