Color Hex Logo

#ad0fa0 Color Hex

#AD0FA0
(173,15,160)
0 Favorites   0 Comments

Color spaces of #ad0fa0

RGB 17315160
HSL0.850.840.37
HSV305°91°68°
CMYK 0.000.910.08   0.32
XYZ23.749611.763934.2766
Yxy11.76390.34030.1686
Hunter Lab34.298563.5777-35.2431
CIE-Lab40.838469.9335-38.0561

#ad0fa0 color RGB value is (173,15,160).

#ad0fa0 hex color red value is 173, green value is 15 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ad0fa0 hue: 0.85 , saturation: 0.84 and the lightness value of ad0fa0 is 0.37.

The process color (four color CMYK) of #ad0fa0 color hex is 0.00, 0.91, 0.08, 0.32. Web safe color of #ad0fa0 is #990099. Color #ad0fa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001111 10100000
Octal 255 17 240
Decimal 173 15 160
Hex AD F A0

RGB Percentages of Color #ad0fa0

%49.71
%4.31
%45.98

CMYK Percentages of Color #ad0fa0

%0
%91
%8
%32

Triadic Colors of #ad0fa0

#ad0fa0 #a0ad0f #0fa0ad

Analogous Colors of #ad0fa0

#ad0fa0 #ad0f51 #6b0fad

Monochromatic Colors of #ad0fa0

#ad0fa0

Complementary Color

#ad0fa0 #0fad1c

#ad0fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0fa0 Color CSS Codes

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

#ad0fa0 Text Font Color

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

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


#ad0fa0 Background Color

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

This div background color is #ad0fa0


#ad0fa0 Border Color

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

This div border color is #ad0fa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0fa0


Comments

No comments written yet.

Please login to write comment.