Color Hex Logo

#a562cf Color Hex

#A562CF
(165,98,207)
0 Favorites   0 Comments

Color spaces of #a562cf

RGB 16598207
HSL0.770.530.60
HSV277°53°81°
CMYK 0.200.530.00   0.19
XYZ31.147221.239761.4895
Yxy21.23970.27350.1865
Hunter Lab46.086539.9862-46.8452
CIE-Lab53.210846.3951-45.9852

#a562cf color RGB value is (165,98,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 11001111
Octal 245 142 317
Decimal 165 98 207
Hex A5 62 CF

RGB Percentages of Color #a562cf

%35.11
%20.85
%44.04

CMYK Percentages of Color #a562cf

%20
%53
%0
%19

Triadic Colors of #a562cf

#a562cf #cfa562 #62cfa5

Analogous Colors of #a562cf

#a562cf #cf62c3 #6f62cf

Monochromatic Colors of #a562cf

#a562cf

Complementary Color

#a562cf #8ccf62

#a562cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a562cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a562cf Color CSS Codes

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

#a562cf Text Font Color

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

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


#a562cf Background Color

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

This div background color is #a562cf


#a562cf Border Color

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

This div border color is #a562cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a562cf

#a562cf Color Palettes


Comments

No comments written yet.

Please login to write comment.