Color Hex Logo

#ad44fc Color Hex

#AD44FC
(173,68,252)
0 Favorites   0 Comments

Color spaces of #ad44fc

RGB 17368252
HSL0.760.970.63
HSV274°73°99°
CMYK 0.310.730.00   0.01
XYZ36.871420.046894.0215
Yxy20.04680.24430.1328
Hunter Lab44.773768.6420-93.1632
CIE-Lab51.890172.0294-73.4002

#ad44fc color RGB value is (173,68,252).

#ad44fc hex color red value is 173, green value is 68 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ad44fc hue: 0.76 , saturation: 0.97 and the lightness value of ad44fc is 0.63.

The process color (four color CMYK) of #ad44fc color hex is 0.31, 0.73, 0.00, 0.01. Web safe color of #ad44fc is #9933ff. Color #ad44fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 11111100
Octal 255 104 374
Decimal 173 68 252
Hex AD 44 FC

RGB Percentages of Color #ad44fc

%35.09
%13.79
%51.12

CMYK Percentages of Color #ad44fc

%31
%73
%0
%1

Triadic Colors of #ad44fc

#ad44fc #fcad44 #44fcad

Analogous Colors of #ad44fc

#ad44fc #fc44ef #5144fc

Monochromatic Colors of #ad44fc

#ad44fc

Complementary Color

#ad44fc #93fc44

#ad44fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad44fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad44fc Color CSS Codes

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

#ad44fc Text Font Color

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

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


#ad44fc Background Color

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

This div background color is #ad44fc


#ad44fc Border Color

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

This div border color is #ad44fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad44fc


Comments

No comments written yet.

Please login to write comment.