Color Hex Logo

#a65ffc Color Hex

#A65FFC
(166,95,252)
0 Favorites   0 Comments

Color spaces of #a65ffc

RGB 16695252
HSL0.740.960.68
HSV267°62°99°
CMYK 0.340.620.00   0.01
XYZ37.388823.319794.6260
Yxy23.31970.24070.1501
Hunter Lab48.290553.6949-82.3764
CIE-Lab55.400158.5977-67.7557

#a65ffc color RGB value is (166,95,252).

#a65ffc hex color red value is 166, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a65ffc hue: 0.74 , saturation: 0.96 and the lightness value of a65ffc is 0.68.

The process color (four color CMYK) of #a65ffc color hex is 0.34, 0.62, 0.00, 0.01. Web safe color of #a65ffc is #9966ff. Color #a65ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011111 11111100
Octal 246 137 374
Decimal 166 95 252
Hex A6 5F FC

RGB Percentages of Color #a65ffc

%32.36
%18.52
%49.12

CMYK Percentages of Color #a65ffc

%34
%62
%0
%1

Triadic Colors of #a65ffc

#a65ffc #fca65f #5ffca6

Analogous Colors of #a65ffc

#a65ffc #f55ffc #5f67fc

Monochromatic Colors of #a65ffc

#a65ffc

Complementary Color

#a65ffc #b5fc5f

#a65ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65ffc Color CSS Codes

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

#a65ffc Text Font Color

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

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


#a65ffc Background Color

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

This div background color is #a65ffc


#a65ffc Border Color

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

This div border color is #a65ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65ffc


Comments

No comments written yet.

Please login to write comment.