Color Hex Logo

#a68cfc Color Hex

#A68CFC
(166,140,252)
0 Favorites   0 Comments

Color spaces of #a68cfc

RGB 166140252
HSL0.710.950.77
HSV254°44°99°
CMYK 0.340.440.00   0.01
XYZ42.674733.891496.3880
Yxy33.89140.24670.1960
Hunter Lab58.216328.9685-57.4143
CIE-Lab64.876334.2618-52.5949

#a68cfc color RGB value is (166,140,252).

#a68cfc hex color red value is 166, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a68cfc hue: 0.71 , saturation: 0.95 and the lightness value of a68cfc is 0.77.

The process color (four color CMYK) of #a68cfc color hex is 0.34, 0.44, 0.00, 0.01. Web safe color of #a68cfc is #9999ff. Color #a68cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11111100
Octal 246 214 374
Decimal 166 140 252
Hex A6 8C FC

RGB Percentages of Color #a68cfc

%29.75
%25.09
%45.16

CMYK Percentages of Color #a68cfc

%34
%44
%0
%1

Triadic Colors of #a68cfc

#a68cfc #fca68c #8cfca6

Analogous Colors of #a68cfc

#a68cfc #de8cfc #8caafc

Monochromatic Colors of #a68cfc

#a68cfc

Complementary Color

#a68cfc #e2fc8c

#a68cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cfc Color CSS Codes

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

#a68cfc Text Font Color

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

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


#a68cfc Background Color

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

This div background color is #a68cfc


#a68cfc Border Color

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

This div border color is #a68cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cfc


Comments

No comments written yet.

Please login to write comment.