Color Hex Logo

#a570fb Color Hex

#A570FB
(165,112,251)
0 Favorites   0 Comments

Color spaces of #a570fb

RGB 165112251
HSL0.730.950.71
HSV263°55°98°
CMYK 0.340.550.00   0.02
XYZ38.723826.552794.3510
Yxy26.55270.24260.1663
Hunter Lab51.529343.9648-72.4904
CIE-Lab58.558049.2957-62.1260

#a570fb color RGB value is (165,112,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110000 11111011
Octal 245 160 373
Decimal 165 112 251
Hex A5 70 FB

RGB Percentages of Color #a570fb

%31.25
%21.21
%47.54

CMYK Percentages of Color #a570fb

%34
%55
%0
%2

Triadic Colors of #a570fb

#a570fb #fba570 #70fba5

Analogous Colors of #a570fb

#a570fb #eb70fb #7081fb

Monochromatic Colors of #a570fb

#a570fb

Complementary Color

#a570fb #c6fb70

#a570fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a570fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a570fb Color CSS Codes

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

#a570fb Text Font Color

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

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


#a570fb Background Color

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

This div background color is #a570fb


#a570fb Border Color

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

This div border color is #a570fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a570fb


Comments

No comments written yet.

Please login to write comment.