Color Hex Logo

#a510ef Color Hex

#A510EF
(165,16,239)
0 Favorites   0 Comments

Color spaces of #a510ef

RGB 16516239
HSL0.780.870.50
HSV280°93°94°
CMYK 0.310.930.00   0.06
XYZ31.282314.601982.8310
Yxy14.60190.24300.1134
Hunter Lab38.212479.2558-101.7710
CIE-Lab45.084081.9221-77.2575

#a510ef color RGB value is (165,16,239).

#a510ef hex color red value is 165, green value is 16 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a510ef hue: 0.78 , saturation: 0.87 and the lightness value of a510ef is 0.50.

The process color (four color CMYK) of #a510ef color hex is 0.31, 0.93, 0.00, 0.06. Web safe color of #a510ef is #9900ff. Color #a510ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010000 11101111
Octal 245 20 357
Decimal 165 16 239
Hex A5 10 EF

RGB Percentages of Color #a510ef

%39.29
%3.81
%56.90

CMYK Percentages of Color #a510ef

%31
%93
%0
%6

Triadic Colors of #a510ef

#a510ef #efa510 #10efa5

Analogous Colors of #a510ef

#a510ef #ef10ca #3610ef

Monochromatic Colors of #a510ef

#a510ef

Complementary Color

#a510ef #5aef10

#a510ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a510ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a510ef Color CSS Codes

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

#a510ef Text Font Color

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

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


#a510ef Background Color

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

This div background color is #a510ef


#a510ef Border Color

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

This div border color is #a510ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,16,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a510ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a510ef;
  -webkit-box-shadow: 1px 1px 3px 2px #a510ef;
  box-shadow:         1px 1px 3px 2px #a510ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,16,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a510ef


Comments

No comments written yet.

Please login to write comment.