Color Hex Logo

#a417fc Color Hex

#A417FC
(164,23,252)
0 Favorites   0 Comments

Color spaces of #a417fc

RGB 16423252
HSL0.770.970.54
HSV277°91°99°
CMYK 0.350.910.00   0.01
XYZ33.186915.533693.3446
Yxy15.53360.23360.1093
Hunter Lab39.412781.3312-112.8329
CIE-Lab46.356583.3056-82.4826

#a417fc color RGB value is (164,23,252).

#a417fc hex color red value is 164, green value is 23 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a417fc hue: 0.77 , saturation: 0.97 and the lightness value of a417fc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010111 11111100
Octal 244 27 374
Decimal 164 23 252
Hex A4 17 FC

RGB Percentages of Color #a417fc

%37.36
%5.24
%57.40

CMYK Percentages of Color #a417fc

%35
%91
%0
%1

Triadic Colors of #a417fc

#a417fc #fca417 #17fca4

Analogous Colors of #a417fc

#a417fc #fc17e2 #3117fc

Monochromatic Colors of #a417fc

#a417fc

Complementary Color

#a417fc #6ffc17

#a417fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a417fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a417fc Color CSS Codes

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

#a417fc Text Font Color

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

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


#a417fc Background Color

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

This div background color is #a417fc


#a417fc Border Color

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

This div border color is #a417fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a417fc


Comments

No comments written yet.

Please login to write comment.