Color Hex Logo

#ad1cdf Color Hex

#AD1CDF
(173,28,223)
0 Favorites   0 Comments

Color spaces of #ad1cdf

RGB 17328223
HSL0.790.780.49
HSV285°87°87°
CMYK 0.220.870.00   0.13
XYZ30.968115.042571.0833
Yxy15.04250.26450.1285
Hunter Lab38.784774.6524-81.5156
CIE-Lab45.692478.1404-67.1337

#ad1cdf color RGB value is (173,28,223).

#ad1cdf hex color red value is 173, green value is 28 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad1cdf hue: 0.79 , saturation: 0.78 and the lightness value of ad1cdf is 0.49.

The process color (four color CMYK) of #ad1cdf color hex is 0.22, 0.87, 0.00, 0.13. Web safe color of #ad1cdf is #9933cc. Color #ad1cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011100 11011111
Octal 255 34 337
Decimal 173 28 223
Hex AD 1C DF

RGB Percentages of Color #ad1cdf

%40.80
%6.60
%52.59

CMYK Percentages of Color #ad1cdf

%22
%87
%0
%13

Triadic Colors of #ad1cdf

#ad1cdf #dfad1c #1cdfad

Analogous Colors of #ad1cdf

#ad1cdf #df1cb0 #4b1cdf

Monochromatic Colors of #ad1cdf

#ad1cdf

Complementary Color

#ad1cdf #4edf1c

#ad1cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1cdf Color CSS Codes

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

#ad1cdf Text Font Color

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

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


#ad1cdf Background Color

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

This div background color is #ad1cdf


#ad1cdf Border Color

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

This div border color is #ad1cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1cdf


Comments

No comments written yet.

Please login to write comment.