Color Hex Logo

#ad5fca Color Hex

#AD5FCA
(173,95,202)
0 Favorites   0 Comments

Color spaces of #ad5fca

RGB 17395202
HSL0.790.500.58
HSV284°53°79°
CMYK 0.140.530.00   0.21
XYZ31.986521.332958.3089
Yxy21.33290.28650.1911
Hunter Lab46.187642.7893-42.5186
CIE-Lab53.311949.0282-42.9100

#ad5fca color RGB value is (173,95,202).

#ad5fca hex color red value is 173, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad5fca hue: 0.79 , saturation: 0.50 and the lightness value of ad5fca is 0.58.

The process color (four color CMYK) of #ad5fca color hex is 0.14, 0.53, 0.00, 0.21. Web safe color of #ad5fca is #9966cc. Color #ad5fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011111 11001010
Octal 255 137 312
Decimal 173 95 202
Hex AD 5F CA

RGB Percentages of Color #ad5fca

%36.81
%20.21
%42.98

CMYK Percentages of Color #ad5fca

%14
%53
%0
%21

Triadic Colors of #ad5fca

#ad5fca #caad5f #5fcaad

Analogous Colors of #ad5fca

#ad5fca #ca5fb2 #785fca

Monochromatic Colors of #ad5fca

#ad5fca

Complementary Color

#ad5fca #7cca5f

#ad5fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5fca Color CSS Codes

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

#ad5fca Text Font Color

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

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


#ad5fca Background Color

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

This div background color is #ad5fca


#ad5fca Border Color

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

This div border color is #ad5fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5fca


Comments

No comments written yet.

Please login to write comment.