Color Hex Logo

#a00efd Color Hex

#A00EFD
(160,14,253)
0 Favorites   0 Comments

Color spaces of #a00efd

RGB 16014253
HSL0.770.980.52
HSV277°94°99°
CMYK 0.370.940.00   0.01
XYZ32.383914.879594.0937
Yxy14.87950.22910.1053
Hunter Lab38.574082.3513-117.6247
CIE-Lab45.468784.2696-84.5203

#a00efd color RGB value is (160,14,253).

#a00efd hex color red value is 160, green value is 14 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a00efd hue: 0.77 , saturation: 0.98 and the lightness value of a00efd is 0.52.

The process color (four color CMYK) of #a00efd color hex is 0.37, 0.94, 0.00, 0.01. Web safe color of #a00efd is #9900ff. Color #a00efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 11111101
Octal 240 16 375
Decimal 160 14 253
Hex A0 E FD

RGB Percentages of Color #a00efd

%37.47
%3.28
%59.25

CMYK Percentages of Color #a00efd

%37
%94
%0
%1

Triadic Colors of #a00efd

#a00efd #fda00e #0efda0

Analogous Colors of #a00efd

#a00efd #fd0ee3 #290efd

Monochromatic Colors of #a00efd

#a00efd

Complementary Color

#a00efd #6bfd0e

#a00efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00efd Color CSS Codes

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

#a00efd Text Font Color

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

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


#a00efd Background Color

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

This div background color is #a00efd


#a00efd Border Color

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

This div border color is #a00efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00efd


Comments

No comments written yet.

Please login to write comment.