Color Hex Logo

#a417fb Color Hex

#A417FB
(164,23,251)
0 Favorites   0 Comments

Color spaces of #a417fb

RGB 16423251
HSL0.770.970.54
HSV277°91°98°
CMYK 0.350.910.00   0.02
XYZ33.028815.470392.5120
Yxy15.47030.23420.1097
Hunter Lab39.332381.0616-111.9211
CIE-Lab46.271783.1112-82.0623

#a417fb color RGB value is (164,23,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010111 11111011
Octal 244 27 373
Decimal 164 23 251
Hex A4 17 FB

RGB Percentages of Color #a417fb

%37.44
%5.25
%57.31

CMYK Percentages of Color #a417fb

%35
%91
%0
%2

Triadic Colors of #a417fb

#a417fb #fba417 #17fba4

Analogous Colors of #a417fb

#a417fb #fb17e0 #3217fb

Monochromatic Colors of #a417fb

#a417fb

Complementary Color

#a417fb #6efb17

#a417fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a417fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a417fb Color CSS Codes

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

#a417fb Text Font Color

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

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


#a417fb Background Color

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

This div background color is #a417fb


#a417fb Border Color

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

This div border color is #a417fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,23,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a417fb


Comments

No comments written yet.

Please login to write comment.