Color Hex Logo

#ad1ffc Color Hex

#AD1FFC
(173,31,252)
0 Favorites   0 Comments

Color spaces of #ad1ffc

RGB 17331252
HSL0.770.970.55
HSV279°88°99°
CMYK 0.310.880.00   0.01
XYZ35.294316.892593.4958
Yxy16.89250.24230.1160
Hunter Lab41.100581.3578-106.1031
CIE-Lab48.124382.9861-79.5373

#ad1ffc color RGB value is (173,31,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011111 11111100
Octal 255 37 374
Decimal 173 31 252
Hex AD 1F FC

RGB Percentages of Color #ad1ffc

%37.94
%6.80
%55.26

CMYK Percentages of Color #ad1ffc

%31
%88
%0
%1

Triadic Colors of #ad1ffc

#ad1ffc #fcad1f #1ffcad

Analogous Colors of #ad1ffc

#ad1ffc #fc1fdd #3f1ffc

Monochromatic Colors of #ad1ffc

#ad1ffc

Complementary Color

#ad1ffc #6efc1f

#ad1ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1ffc Color CSS Codes

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

#ad1ffc Text Font Color

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

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


#ad1ffc Background Color

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

This div background color is #ad1ffc


#ad1ffc Border Color

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

This div border color is #ad1ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1ffc


Comments

No comments written yet.

Please login to write comment.