Color Hex Logo

#ad0fca Color Hex

#AD0FCA
(173,15,202)
0 Favorites   0 Comments

Color spaces of #ad0fca

RGB 17315202
HSL0.810.860.43
HSV291°93°79°
CMYK 0.140.930.00   0.21
XYZ28.065113.490257.0018
Yxy13.49020.28480.1369
Hunter Lab36.729072.1183-66.3052
CIE-Lab43.492876.5160-58.6168

#ad0fca color RGB value is (173,15,202).

#ad0fca hex color red value is 173, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad0fca hue: 0.81 , saturation: 0.86 and the lightness value of ad0fca is 0.43.

The process color (four color CMYK) of #ad0fca color hex is 0.14, 0.93, 0.00, 0.21. Web safe color of #ad0fca is #9900cc. Color #ad0fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001111 11001010
Octal 255 17 312
Decimal 173 15 202
Hex AD F CA

RGB Percentages of Color #ad0fca

%44.36
%3.85
%51.79

CMYK Percentages of Color #ad0fca

%14
%93
%0
%21

Triadic Colors of #ad0fca

#ad0fca #caad0f #0fcaad

Analogous Colors of #ad0fca

#ad0fca #ca0f8a #500fca

Monochromatic Colors of #ad0fca

#ad0fca

Complementary Color

#ad0fca #2cca0f

#ad0fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0fca Color CSS Codes

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

#ad0fca Text Font Color

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

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


#ad0fca Background Color

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

This div background color is #ad0fca


#ad0fca Border Color

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

This div border color is #ad0fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0fca


Comments

No comments written yet.

Please login to write comment.