Color Hex Logo

#a665ce Color Hex

#A665CE
(166,101,206)
0 Favorites   0 Comments

Color spaces of #a665ce

RGB 166101206
HSL0.770.520.60
HSV277°51°81°
CMYK 0.190.510.00   0.19
XYZ31.520121.870660.9527
Yxy21.87060.27570.1913
Hunter Lab46.766038.4677-44.5397
CIE-Lab53.889444.8403-44.3327

#a665ce color RGB value is (166,101,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100101 11001110
Octal 246 145 316
Decimal 166 101 206
Hex A6 65 CE

RGB Percentages of Color #a665ce

%35.10
%21.35
%43.55

CMYK Percentages of Color #a665ce

%19
%51
%0
%19

Triadic Colors of #a665ce

#a665ce #cea665 #65cea6

Analogous Colors of #a665ce

#a665ce #ce65c2 #7265ce

Monochromatic Colors of #a665ce

#a665ce

Complementary Color

#a665ce #8dce65

#a665ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a665ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a665ce Color CSS Codes

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

#a665ce Text Font Color

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

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


#a665ce Background Color

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

This div background color is #a665ce


#a665ce Border Color

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

This div border color is #a665ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,101,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a665ce


Comments

No comments written yet.

Please login to write comment.