Color Hex Logo

#a510fc Color Hex

#A510FC
(165,16,252)
0 Favorites   0 Comments

Color spaces of #a510fc

RGB 16516252
HSL0.770.980.53
HSV278°94°99°
CMYK 0.350.940.00   0.01
XYZ33.273015.398293.3139
Yxy15.39820.23430.1084
Hunter Lab39.240582.6835-113.5231
CIE-Lab46.174884.3931-82.7751

#a510fc color RGB value is (165,16,252).

#a510fc hex color red value is 165, green value is 16 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a510fc hue: 0.77 , saturation: 0.98 and the lightness value of a510fc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010000 11111100
Octal 245 20 374
Decimal 165 16 252
Hex A5 10 FC

RGB Percentages of Color #a510fc

%38.11
%3.70
%58.20

CMYK Percentages of Color #a510fc

%35
%94
%0
%1

Triadic Colors of #a510fc

#a510fc #fca510 #10fca5

Analogous Colors of #a510fc

#a510fc #fc10dd #2f10fc

Monochromatic Colors of #a510fc

#a510fc

Complementary Color

#a510fc #67fc10

#a510fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a510fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a510fc Color CSS Codes

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

#a510fc Text Font Color

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

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


#a510fc Background Color

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

This div background color is #a510fc


#a510fc Border Color

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

This div border color is #a510fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a510fc

Related Colors


Comments

No comments written yet.

Please login to write comment.