Color Hex Logo

#a653cf Color Hex

#A653CF
(166,83,207)
0 Favorites   0 Comments

Color spaces of #a653cf

RGB 16683207
HSL0.780.560.57
HSV280°60°81°
CMYK 0.200.600.00   0.19
XYZ30.081618.798561.0745
Yxy18.79850.27360.1710
Hunter Lab43.357247.9696-53.1679
CIE-Lab50.450654.3157-50.3715

#a653cf color RGB value is (166,83,207).

#a653cf hex color red value is 166, green value is 83 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a653cf hue: 0.78 , saturation: 0.56 and the lightness value of a653cf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 11001111
Octal 246 123 317
Decimal 166 83 207
Hex A6 53 CF

RGB Percentages of Color #a653cf

%36.40
%18.20
%45.39

CMYK Percentages of Color #a653cf

%20
%60
%0
%19

Triadic Colors of #a653cf

#a653cf #cfa653 #53cfa6

Analogous Colors of #a653cf

#a653cf #cf53ba #6853cf

Monochromatic Colors of #a653cf

#a653cf

Complementary Color

#a653cf #7ccf53

#a653cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a653cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a653cf Color CSS Codes

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

#a653cf Text Font Color

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

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


#a653cf Background Color

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

This div background color is #a653cf


#a653cf Border Color

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

This div border color is #a653cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a653cf


Comments

No comments written yet.

Please login to write comment.