Color Hex Logo

#a661cf Color Hex

#A661CF
(166,97,207)
0 Favorites   0 Comments

Color spaces of #a661cf

RGB 16697207
HSL0.770.530.60
HSV278°53°81°
CMYK 0.200.530.00   0.19
XYZ31.263121.161461.4683
Yxy21.16140.27450.1858
Hunter Lab46.001540.8077-47.0236
CIE-Lab53.125747.1892-46.1130

#a661cf color RGB value is (166,97,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100001 11001111
Octal 246 141 317
Decimal 166 97 207
Hex A6 61 CF

RGB Percentages of Color #a661cf

%35.32
%20.64
%44.04

CMYK Percentages of Color #a661cf

%20
%53
%0
%19

Triadic Colors of #a661cf

#a661cf #cfa661 #61cfa6

Analogous Colors of #a661cf

#a661cf #cf61c1 #6f61cf

Monochromatic Colors of #a661cf

#a661cf

Complementary Color

#a661cf #8acf61

#a661cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a661cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a661cf Color CSS Codes

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

#a661cf Text Font Color

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

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


#a661cf Background Color

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

This div background color is #a661cf


#a661cf Border Color

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

This div border color is #a661cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a661cf


Comments

No comments written yet.

Please login to write comment.