Color Hex Logo

#a08ecc Color Hex

#A08ECC
(160,142,204)
0 Favorites   0 Comments

Color spaces of #a08ecc

RGB 160142204
HSL0.720.380.68
HSV257°30°80°
CMYK 0.220.300.00   0.20
XYZ35.069331.179261.2966
Yxy31.17920.27500.2445
Hunter Lab55.838314.3899-25.9988
CIE-Lab62.658619.5729-29.5229

#a08ecc color RGB value is (160,142,204).

#a08ecc hex color red value is 160, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a08ecc hue: 0.72 , saturation: 0.38 and the lightness value of a08ecc is 0.68.

The process color (four color CMYK) of #a08ecc color hex is 0.22, 0.30, 0.00, 0.20. Web safe color of #a08ecc is #9999cc. Color #a08ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11001100
Octal 240 216 314
Decimal 160 142 204
Hex A0 8E CC

RGB Percentages of Color #a08ecc

%31.62
%28.06
%40.32

CMYK Percentages of Color #a08ecc

%22
%30
%0
%20

Triadic Colors of #a08ecc

#a08ecc #cca08e #8ecca0

Analogous Colors of #a08ecc

#a08ecc #bf8ecc #8e9bcc

Monochromatic Colors of #a08ecc

#a08ecc

Complementary Color

#a08ecc #bacc8e

#a08ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08ecc Color CSS Codes

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

#a08ecc Text Font Color

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

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


#a08ecc Background Color

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

This div background color is #a08ecc


#a08ecc Border Color

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

This div border color is #a08ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08ecc


Comments

No comments written yet.

Please login to write comment.