Color Hex Logo

#a570cf Color Hex

#A570CF
(165,112,207)
0 Favorites   0 Comments

Color spaces of #a570cf

RGB 165112207
HSL0.760.500.63
HSV273°46°81°
CMYK 0.200.460.00   0.19
XYZ32.573724.092761.9650
Yxy24.09270.27460.2031
Hunter Lab49.084332.5600-40.4898
CIE-Lab56.180538.7791-41.2902

#a570cf color RGB value is (165,112,207).

#a570cf hex color red value is 165, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a570cf hue: 0.76 , saturation: 0.50 and the lightness value of a570cf is 0.63.

The process color (four color CMYK) of #a570cf color hex is 0.20, 0.46, 0.00, 0.19. Web safe color of #a570cf is #9966cc. Color #a570cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110000 11001111
Octal 245 160 317
Decimal 165 112 207
Hex A5 70 CF

RGB Percentages of Color #a570cf

%34.09
%23.14
%42.77

CMYK Percentages of Color #a570cf

%20
%46
%0
%19

Triadic Colors of #a570cf

#a570cf #cfa570 #70cfa5

Analogous Colors of #a570cf

#a570cf #cf70ca #7670cf

Monochromatic Colors of #a570cf

#a570cf

Complementary Color

#a570cf #9acf70

#a570cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a570cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a570cf Color CSS Codes

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

#a570cf Text Font Color

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

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


#a570cf Background Color

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

This div background color is #a570cf


#a570cf Border Color

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

This div border color is #a570cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a570cf


Comments

No comments written yet.

Please login to write comment.