Color Hex Logo

#a571fb Color Hex

#A571FB
(165,113,251)
0 Favorites   0 Comments

Color spaces of #a571fb

RGB 165113251
HSL0.730.950.71
HSV263°55°98°
CMYK 0.340.550.00   0.02
XYZ38.834826.774694.3880
Yxy26.77460.24270.1673
Hunter Lab51.744243.4147-71.9316
CIE-Lab58.765148.7568-61.7938

#a571fb color RGB value is (165,113,251).

#a571fb hex color red value is 165, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a571fb hue: 0.73 , saturation: 0.95 and the lightness value of a571fb is 0.71.

The process color (four color CMYK) of #a571fb color hex is 0.34, 0.55, 0.00, 0.02. Web safe color of #a571fb is #9966ff. Color #a571fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110001 11111011
Octal 245 161 373
Decimal 165 113 251
Hex A5 71 FB

RGB Percentages of Color #a571fb

%31.19
%21.36
%47.45

CMYK Percentages of Color #a571fb

%34
%55
%0
%2

Triadic Colors of #a571fb

#a571fb #fba571 #71fba5

Analogous Colors of #a571fb

#a571fb #ea71fb #7182fb

Monochromatic Colors of #a571fb

#a571fb

Complementary Color

#a571fb #c7fb71

#a571fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a571fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a571fb Color CSS Codes

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

#a571fb Text Font Color

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

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


#a571fb Background Color

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

This div background color is #a571fb


#a571fb Border Color

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

This div border color is #a571fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a571fb


Comments

No comments written yet.

Please login to write comment.