Color Hex Logo

#a815ea Color Hex

#A815EA
(168,21,234)
0 Favorites   0 Comments

Color spaces of #a815ea

RGB 16821234
HSL0.780.840.50
HSV281°91°92°
CMYK 0.280.910.00   0.08
XYZ31.267914.801779.0509
Yxy14.80170.24990.1183
Hunter Lab38.473077.7435-94.8928
CIE-Lab45.361480.6736-73.9586

#a815ea color RGB value is (168,21,234).

#a815ea hex color red value is 168, green value is 21 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a815ea hue: 0.78 , saturation: 0.84 and the lightness value of a815ea is 0.50.

The process color (four color CMYK) of #a815ea color hex is 0.28, 0.91, 0.00, 0.08. Web safe color of #a815ea is #9900ff. Color #a815ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010101 11101010
Octal 250 25 352
Decimal 168 21 234
Hex A8 15 EA

RGB Percentages of Color #a815ea

%39.72
%4.96
%55.32

CMYK Percentages of Color #a815ea

%28
%91
%0
%8

Triadic Colors of #a815ea

#a815ea #eaa815 #15eaa8

Analogous Colors of #a815ea

#a815ea #ea15c2 #3e15ea

Monochromatic Colors of #a815ea

#a815ea

Complementary Color

#a815ea #57ea15

#a815ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a815ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a815ea Color CSS Codes

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

#a815ea Text Font Color

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

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


#a815ea Background Color

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

This div background color is #a815ea


#a815ea Border Color

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

This div border color is #a815ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,21,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a815ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a815ea;
  -webkit-box-shadow: 1px 1px 3px 2px #a815ea;
  box-shadow:         1px 1px 3px 2px #a815ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,21,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a815ea


Comments

No comments written yet.

Please login to write comment.