Color Hex Logo

#ad1cfc Color Hex

#AD1CFC
(173,28,252)
0 Favorites   0 Comments

Color spaces of #ad1cfc

RGB 17328252
HSL0.770.970.55
HSV279°89°99°
CMYK 0.310.890.00   0.01
XYZ35.219516.743093.4709
Yxy16.74300.24220.1151
Hunter Lab40.918282.0333-106.7955
CIE-Lab47.934683.5499-79.8476

#ad1cfc color RGB value is (173,28,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011100 11111100
Octal 255 34 374
Decimal 173 28 252
Hex AD 1C FC

RGB Percentages of Color #ad1cfc

%38.19
%6.18
%55.63

CMYK Percentages of Color #ad1cfc

%31
%89
%0
%1

Triadic Colors of #ad1cfc

#ad1cfc #fcad1c #1cfcad

Analogous Colors of #ad1cfc

#ad1cfc #fc1cdb #3d1cfc

Monochromatic Colors of #ad1cfc

#ad1cfc

Complementary Color

#ad1cfc #6bfc1c

#ad1cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1cfc Color CSS Codes

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

#ad1cfc Text Font Color

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

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


#ad1cfc Background Color

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

This div background color is #ad1cfc


#ad1cfc Border Color

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

This div border color is #ad1cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1cfc


Comments

No comments written yet.

Please login to write comment.