Color Hex Logo

#a074d5 Color Hex

#A074D5
(160,116,213)
0 Favorites   0 Comments

Color spaces of #a074d5

RGB 160116213
HSL0.740.540.65
HSV267°46°84°
CMYK 0.250.460.00   0.16
XYZ32.752824.768566.0053
Yxy24.76850.26510.2005
Hunter Lab49.768030.3787-43.7964
CIE-Lab56.849236.5370-43.6639

#a074d5 color RGB value is (160,116,213).

#a074d5 hex color red value is 160, green value is 116 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #a074d5 hue: 0.74 , saturation: 0.54 and the lightness value of a074d5 is 0.65.

The process color (four color CMYK) of #a074d5 color hex is 0.25, 0.46, 0.00, 0.16. Web safe color of #a074d5 is #9966cc. Color #a074d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 11010101
Octal 240 164 325
Decimal 160 116 213
Hex A0 74 D5

RGB Percentages of Color #a074d5

%32.72
%23.72
%43.56

CMYK Percentages of Color #a074d5

%25
%46
%0
%16

Triadic Colors of #a074d5

#a074d5 #d5a074 #74d5a0

Analogous Colors of #a074d5

#a074d5 #d174d5 #7479d5

Monochromatic Colors of #a074d5

#a074d5

Complementary Color

#a074d5 #a9d574

#a074d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a074d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a074d5 Color CSS Codes

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

#a074d5 Text Font Color

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

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


#a074d5 Background Color

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

This div background color is #a074d5


#a074d5 Border Color

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

This div border color is #a074d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a074d5


Comments

No comments written yet.

Please login to write comment.