Color Hex Logo

#ad0cfd Color Hex

#AD0CFD
(173,12,253)
0 Favorites   0 Comments

Color spaces of #ad0cfd

RGB 17312253
HSL0.780.980.52
HSV280°95°99°
CMYK 0.320.950.00   0.01
XYZ35.094716.239094.2133
Yxy16.23900.24110.1116
Hunter Lab40.297684.9325-110.4079
CIE-Lab47.286585.9186-81.4668

#ad0cfd color RGB value is (173,12,253).

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

The process color (four color CMYK) of #ad0cfd color hex is 0.32, 0.95, 0.00, 0.01. Web safe color of #ad0cfd is #9900ff. Color #ad0cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001100 11111101
Octal 255 14 375
Decimal 173 12 253
Hex AD C FD

RGB Percentages of Color #ad0cfd

%39.50
%2.74
%57.76

CMYK Percentages of Color #ad0cfd

%32
%95
%0
%1

Triadic Colors of #ad0cfd

#ad0cfd #fdad0c #0cfdad

Analogous Colors of #ad0cfd

#ad0cfd #fd0cd5 #340cfd

Monochromatic Colors of #ad0cfd

#ad0cfd

Complementary Color

#ad0cfd #5cfd0c

#ad0cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0cfd Color CSS Codes

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

#ad0cfd Text Font Color

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

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


#ad0cfd Background Color

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

This div background color is #ad0cfd


#ad0cfd Border Color

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

This div border color is #ad0cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0cfd


Comments

No comments written yet.

Please login to write comment.