Color Hex Logo

#a652cf Color Hex

#A652CF
(166,82,207)
0 Favorites   0 Comments

Color spaces of #a652cf

RGB 16682207
HSL0.780.570.57
HSV280°60°81°
CMYK 0.200.600.00   0.19
XYZ30.005718.646661.0492
Yxy18.64660.27350.1700
Hunter Lab43.181748.4664-53.5955
CIE-Lab50.271254.8025-50.6581

#a652cf color RGB value is (166,82,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 11001111
Octal 246 122 317
Decimal 166 82 207
Hex A6 52 CF

RGB Percentages of Color #a652cf

%36.48
%18.02
%45.49

CMYK Percentages of Color #a652cf

%20
%60
%0
%19

Triadic Colors of #a652cf

#a652cf #cfa652 #52cfa6

Analogous Colors of #a652cf

#a652cf #cf52ba #6852cf

Monochromatic Colors of #a652cf

#a652cf

Complementary Color

#a652cf #7bcf52

#a652cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a652cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a652cf Color CSS Codes

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

#a652cf Text Font Color

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

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


#a652cf Background Color

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

This div background color is #a652cf


#a652cf Border Color

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

This div border color is #a652cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a652cf


Comments

No comments written yet.

Please login to write comment.