Color Hex Logo

#a074dc Color Hex

#A074DC
(160,116,220)
0 Favorites   0 Comments

Color spaces of #a074dc

RGB 160116220
HSL0.740.600.66
HSV265°47°86°
CMYK 0.270.470.00   0.14
XYZ33.660925.131770.7869
Yxy25.13170.25980.1939
Hunter Lab50.131532.1240-48.6268
CIE-Lab57.203538.2198-47.0454

#a074dc color RGB value is (160,116,220).

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

The process color (four color CMYK) of #a074dc color hex is 0.27, 0.47, 0.00, 0.14. Web safe color of #a074dc is #9966cc. Color #a074dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 11011100
Octal 240 164 334
Decimal 160 116 220
Hex A0 74 DC

RGB Percentages of Color #a074dc

%32.26
%23.39
%44.35

CMYK Percentages of Color #a074dc

%27
%47
%0
%14

Triadic Colors of #a074dc

#a074dc #dca074 #74dca0

Analogous Colors of #a074dc

#a074dc #d474dc #747cdc

Monochromatic Colors of #a074dc

#a074dc

Complementary Color

#a074dc #b0dc74

#a074dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a074dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a074dc Color CSS Codes

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

#a074dc Text Font Color

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

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


#a074dc Background Color

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

This div background color is #a074dc


#a074dc Border Color

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

This div border color is #a074dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a074dc


Comments

No comments written yet.

Please login to write comment.