Color Hex Logo

#a074cd Color Hex

#A074CD
(160,116,205)
0 Favorites   0 Comments

Color spaces of #a074cd

RGB 160116205
HSL0.750.470.63
HSV270°43°80°
CMYK 0.220.430.00   0.20
XYZ31.762024.372160.7879
Yxy24.37210.27170.2084
Hunter Lab49.368128.4475-38.4472
CIE-Lab56.458434.6501-39.7548

#a074cd color RGB value is (160,116,205).

#a074cd hex color red value is 160, green value is 116 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a074cd hue: 0.75 , saturation: 0.47 and the lightness value of a074cd is 0.63.

The process color (four color CMYK) of #a074cd color hex is 0.22, 0.43, 0.00, 0.20. Web safe color of #a074cd is #9966cc. Color #a074cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 11001101
Octal 240 164 315
Decimal 160 116 205
Hex A0 74 CD

RGB Percentages of Color #a074cd

%33.26
%24.12
%42.62

CMYK Percentages of Color #a074cd

%22
%43
%0
%20

Triadic Colors of #a074cd

#a074cd #cda074 #74cda0

Analogous Colors of #a074cd

#a074cd #cd74cd #7475cd

Monochromatic Colors of #a074cd

#a074cd

Complementary Color

#a074cd #a1cd74

#a074cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a074cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a074cd Color CSS Codes

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

#a074cd Text Font Color

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

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


#a074cd Background Color

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

This div background color is #a074cd


#a074cd Border Color

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

This div border color is #a074cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a074cd


Comments

No comments written yet.

Please login to write comment.