color codes Logo

#ad3ffc color codes

#AD3FFC
(173,63,252)
0 Favorites   0 Comments

Color spaces of #ad3ffc

RGB 17363252
HSL0.760.970.62
HSV275°75°99°
CMYK 0.310.750.00   0.01
XYZ36.581819.467593.9250
Yxy19.46750.24390.1298
Hunter Lab44.122070.7819-95.3286
CIE-Lab51.229773.9186-74.4736

#ad3ffc color RGB value is (173,63,252).

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

The process color (four color CMYK) of #ad3ffc color code is 0.31, 0.75, 0.00, 0.01. Web safe color of #ad3ffc is #9933ff. Color #ad3ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111111 11111100
Octal 255 77 374
Decimal 173 63 252
Hex AD 3F FC

RGB Percentages of Color #ad3ffc

%35.45
%12.91
%51.64

CMYK Percentages of Color #ad3ffc

%31
%75
%0
%1

Triadic Colors of #ad3ffc

#ad3ffc #fcad3f #3ffcad

Analogous Colors of #ad3ffc

#ad3ffc #fc3fed #4e3ffc

Monochromatic Colors of #ad3ffc

#ad3ffc

Complementary Color

#ad3ffc #8efc3f

#ad3ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3ffc Color CSS Codes

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

#ad3ffc Text Font Color

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

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


#ad3ffc Background Color

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

This div background color is #ad3ffc


#ad3ffc Border Color

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

This div border color is #ad3ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.