Color Hex Logo

#a04cd7 Color Hex

#A04CD7
(160,76,215)
0 Favorites   0 Comments

Color spaces of #a04cd7

RGB 16076215
HSL0.770.630.57
HSV276°65°84°
CMYK 0.260.650.00   0.16
XYZ29.347417.548866.1305
Yxy17.54880.25970.1553
Hunter Lab41.891351.7404-64.2726
CIE-Lab48.944258.0139-57.4001

#a04cd7 color RGB value is (160,76,215).

#a04cd7 hex color red value is 160, green value is 76 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a04cd7 hue: 0.77 , saturation: 0.63 and the lightness value of a04cd7 is 0.57.

The process color (four color CMYK) of #a04cd7 color hex is 0.26, 0.65, 0.00, 0.16. Web safe color of #a04cd7 is #9933cc. Color #a04cd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001100 11010111
Octal 240 114 327
Decimal 160 76 215
Hex A0 4C D7

RGB Percentages of Color #a04cd7

%35.48
%16.85
%47.67

CMYK Percentages of Color #a04cd7

%26
%65
%0
%16

Triadic Colors of #a04cd7

#a04cd7 #d7a04c #4cd7a0

Analogous Colors of #a04cd7

#a04cd7 #d74cc9 #5a4cd7

Monochromatic Colors of #a04cd7

#a04cd7

Complementary Color

#a04cd7 #83d74c

#a04cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04cd7 Color CSS Codes

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

#a04cd7 Text Font Color

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

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


#a04cd7 Background Color

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

This div background color is #a04cd7


#a04cd7 Border Color

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

This div border color is #a04cd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04cd7


Comments

No comments written yet.

Please login to write comment.