Color Hex Logo

#a508fc Color Hex

#A508FC
(165,8,252)
0 Favorites   0 Comments

Color spaces of #a508fc

RGB 1658252
HSL0.770.980.51
HSV279°97°99°
CMYK 0.350.970.00   0.01
XYZ33.174615.201393.2811
Yxy15.20130.23420.1073
Hunter Lab38.988883.6506-114.5596
CIE-Lab45.908785.1926-83.2117

#a508fc color RGB value is (165,8,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 11111100
Octal 245 10 374
Decimal 165 8 252
Hex A5 8 FC

RGB Percentages of Color #a508fc

%38.82
%1.88
%59.29

CMYK Percentages of Color #a508fc

%35
%97
%0
%1

Triadic Colors of #a508fc

#a508fc #fca508 #08fca5

Analogous Colors of #a508fc

#a508fc #fc08d9 #2b08fc

Monochromatic Colors of #a508fc

#a508fc

Complementary Color

#a508fc #5ffc08

#a508fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a508fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a508fc Color CSS Codes

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

#a508fc Text Font Color

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

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


#a508fc Background Color

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

This div background color is #a508fc


#a508fc Border Color

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

This div border color is #a508fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,8,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 #a508fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a508fc


Comments

No comments written yet.

Please login to write comment.