color codes Logo

#a00ece color codes

#A00ECE
(160,14,206)
0 Favorites   0 Comments

Color spaces of #a00ece

RGB 16014206
HSL0.790.870.43
HSV286°93°81°
CMYK 0.220.930.00   0.19
XYZ25.794812.243959.3963
Yxy12.24390.26470.1257
Hunter Lab34.991370.3515-76.1485
CIE-Lab41.601275.4379-64.1044

#a00ece color RGB value is (160,14,206).

#a00ece hex color red value is 160, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a00ece hue: 0.79 , saturation: 0.87 and the lightness value of a00ece is 0.43.

The process color (four color CMYK) of #a00ece color code is 0.22, 0.93, 0.00, 0.19. Web safe color of #a00ece is #9900cc. Color #a00ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 11001110
Octal 240 16 316
Decimal 160 14 206
Hex A0 E CE

RGB Percentages of Color #a00ece

%42.11
%3.68
%54.21

CMYK Percentages of Color #a00ece

%22
%93
%0
%19

Triadic Colors of #a00ece

#a00ece #cea00e #0ecea0

Analogous Colors of #a00ece

#a00ece #ce0e9c #400ece

Monochromatic Colors of #a00ece

#a00ece

Complementary Color

#a00ece #3cce0e

#a00ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00ece Color CSS Codes

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

#a00ece Text Font Color

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

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


#a00ece Background Color

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

This div background color is #a00ece


#a00ece Border Color

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

This div border color is #a00ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00ece


Comments

No comments written yet.

Please login to write comment.