Color Hex Logo

#a04adf Color Hex

#A04ADF
(160,74,223)
0 Favorites   0 Comments

Color spaces of #a04adf

RGB 16074223
HSL0.760.700.58
HSV275°67°87°
CMYK 0.280.670.00   0.13
XYZ30.265317.698971.6331
Yxy17.69890.25310.1480
Hunter Lab42.070154.7907-71.5046
CIE-Lab49.128960.7052-61.6549

#a04adf color RGB value is (160,74,223).

#a04adf hex color red value is 160, green value is 74 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a04adf hue: 0.76 , saturation: 0.70 and the lightness value of a04adf is 0.58.

The process color (four color CMYK) of #a04adf color hex is 0.28, 0.67, 0.00, 0.13. Web safe color of #a04adf is #9933cc. Color #a04adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 11011111
Octal 240 112 337
Decimal 160 74 223
Hex A0 4A DF

RGB Percentages of Color #a04adf

%35.01
%16.19
%48.80

CMYK Percentages of Color #a04adf

%28
%67
%0
%13

Triadic Colors of #a04adf

#a04adf #dfa04a #4adfa0

Analogous Colors of #a04adf

#a04adf #df4ad4 #554adf

Monochromatic Colors of #a04adf

#a04adf

Complementary Color

#a04adf #89df4a

#a04adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04adf Color CSS Codes

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

#a04adf Text Font Color

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

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


#a04adf Background Color

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

This div background color is #a04adf


#a04adf Border Color

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

This div border color is #a04adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04adf


Comments

No comments written yet.

Please login to write comment.