Color Hex Logo

#ad3cfd Color Hex

#AD3CFD
(173,60,253)
0 Favorites   0 Comments

Color spaces of #ad3cfd

RGB 17360253
HSL0.760.980.61
HSV275°76°99°
CMYK 0.320.760.00   0.01
XYZ36.579119.207894.7081
Yxy19.20780.24310.1276
Hunter Lab43.826772.2848-97.4451
CIE-Lab50.929475.2040-75.5190

#ad3cfd color RGB value is (173,60,253).

#ad3cfd hex color red value is 173, green value is 60 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ad3cfd hue: 0.76 , saturation: 0.98 and the lightness value of ad3cfd is 0.61.

The process color (four color CMYK) of #ad3cfd color hex is 0.32, 0.76, 0.00, 0.01. Web safe color of #ad3cfd is #9933ff. Color #ad3cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111100 11111101
Octal 255 74 375
Decimal 173 60 253
Hex AD 3C FD

RGB Percentages of Color #ad3cfd

%35.60
%12.35
%52.06

CMYK Percentages of Color #ad3cfd

%32
%76
%0
%1

Triadic Colors of #ad3cfd

#ad3cfd #fdad3c #3cfdad

Analogous Colors of #ad3cfd

#ad3cfd #fd3ced #4c3cfd

Monochromatic Colors of #ad3cfd

#ad3cfd

Complementary Color

#ad3cfd #8cfd3c

#ad3cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3cfd Color CSS Codes

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

#ad3cfd Text Font Color

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

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


#ad3cfd Background Color

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

This div background color is #ad3cfd


#ad3cfd Border Color

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

This div border color is #ad3cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.