Color Hex Logo

#a07cca Color Hex

#A07CCA
(160,124,202)
0 Favorites   0 Comments

Color spaces of #a07cca

RGB 160124202
HSL0.740.420.64
HSV268°39°79°
CMYK 0.210.390.00   0.21
XYZ32.365526.153259.2193
Yxy26.15320.27490.2221
Hunter Lab51.140223.4733-32.8585
CIE-Lab58.182229.4040-35.3539

#a07cca color RGB value is (160,124,202).

#a07cca hex color red value is 160, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a07cca hue: 0.74 , saturation: 0.42 and the lightness value of a07cca is 0.64.

The process color (four color CMYK) of #a07cca color hex is 0.21, 0.39, 0.00, 0.21. Web safe color of #a07cca is #9966cc. Color #a07cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111100 11001010
Octal 240 174 312
Decimal 160 124 202
Hex A0 7C CA

RGB Percentages of Color #a07cca

%32.92
%25.51
%41.56

CMYK Percentages of Color #a07cca

%21
%39
%0
%21

Triadic Colors of #a07cca

#a07cca #caa07c #7ccaa0

Analogous Colors of #a07cca

#a07cca #c77cca #7c7fca

Monochromatic Colors of #a07cca

#a07cca

Complementary Color

#a07cca #a6ca7c

#a07cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07cca Color CSS Codes

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

#a07cca Text Font Color

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

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


#a07cca Background Color

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

This div background color is #a07cca


#a07cca Border Color

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

This div border color is #a07cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07cca


Comments

No comments written yet.

Please login to write comment.