Color Hex Logo

#a05ecb Color Hex

#A05ECB
(160,94,203)
0 Favorites   0 Comments

Color spaces of #a05ecb

RGB 16094203
HSL0.770.510.58
HSV276°54°80°
CMYK 0.210.540.00   0.20
XYZ29.279419.790858.7767
Yxy19.79080.27150.1835
Hunter Lab44.486939.6293-47.1940
CIE-Lab51.599946.3059-46.2950

#a05ecb color RGB value is (160,94,203).

#a05ecb hex color red value is 160, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a05ecb hue: 0.77 , saturation: 0.51 and the lightness value of a05ecb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11001011
Octal 240 136 313
Decimal 160 94 203
Hex A0 5E CB

RGB Percentages of Color #a05ecb

%35.01
%20.57
%44.42

CMYK Percentages of Color #a05ecb

%21
%54
%0
%20

Triadic Colors of #a05ecb

#a05ecb #cba05e #5ecba0

Analogous Colors of #a05ecb

#a05ecb #cb5ec0 #6a5ecb

Monochromatic Colors of #a05ecb

#a05ecb

Complementary Color

#a05ecb #89cb5e

#a05ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05ecb Color CSS Codes

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

#a05ecb Text Font Color

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

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


#a05ecb Background Color

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

This div background color is #a05ecb


#a05ecb Border Color

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

This div border color is #a05ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05ecb


Comments

No comments written yet.

Please login to write comment.