Color Hex Logo

#a511fe Color Hex

#A511FE
(165,17,254)
0 Favorites   0 Comments

Color spaces of #a511fe

RGB 16517254
HSL0.770.990.53
HSV277°93°100°
CMYK 0.350.930.00   0.00
XYZ33.606915.556094.9973
Yxy15.55600.23310.1079
Hunter Lab39.441183.0741-115.1963
CIE-Lab46.386584.6556-83.5457

#a511fe color RGB value is (165,17,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 11111110
Octal 245 21 376
Decimal 165 17 254
Hex A5 11 FE

RGB Percentages of Color #a511fe

%37.84
%3.90
%58.26

CMYK Percentages of Color #a511fe

%35
%93
%0
%0

Triadic Colors of #a511fe

#a511fe #fea511 #11fea5

Analogous Colors of #a511fe

#a511fe #fe11e1 #2f11fe

Monochromatic Colors of #a511fe

#a511fe

Complementary Color

#a511fe #6afe11

#a511fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a511fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a511fe Color CSS Codes

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

#a511fe Text Font Color

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

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


#a511fe Background Color

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

This div background color is #a511fe


#a511fe Border Color

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

This div border color is #a511fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a511fe


Comments

No comments written yet.

Please login to write comment.