Color Hex Logo

#ad3fdc Color Hex

#AD3FDC
(173,63,220)
0 Favorites   0 Comments

Color spaces of #ad3fdc

RGB 17363220
HSL0.780.690.55
HSV282°71°86°
CMYK 0.210.710.00   0.14
XYZ31.929417.606669.4257
Yxy17.60660.26840.1480
Hunter Lab41.960262.3982-68.7267
CIE-Lab49.015467.3405-60.0450

#ad3fdc color RGB value is (173,63,220).

#ad3fdc hex color red value is 173, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ad3fdc hue: 0.78 , saturation: 0.69 and the lightness value of ad3fdc is 0.55.

The process color (four color CMYK) of #ad3fdc color hex is 0.21, 0.71, 0.00, 0.14. Web safe color of #ad3fdc is #9933cc. Color #ad3fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111111 11011100
Octal 255 77 334
Decimal 173 63 220
Hex AD 3F DC

RGB Percentages of Color #ad3fdc

%37.94
%13.82
%48.25

CMYK Percentages of Color #ad3fdc

%21
%71
%0
%14

Triadic Colors of #ad3fdc

#ad3fdc #dcad3f #3fdcad

Analogous Colors of #ad3fdc

#ad3fdc #dc3fbd #5f3fdc

Monochromatic Colors of #ad3fdc

#ad3fdc

Complementary Color

#ad3fdc #6edc3f

#ad3fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3fdc Color CSS Codes

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

#ad3fdc Text Font Color

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

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


#ad3fdc Background Color

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

This div background color is #ad3fdc


#ad3fdc Border Color

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

This div border color is #ad3fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3fdc


Comments

No comments written yet.

Please login to write comment.