Color Hex Logo

#a68dfc Color Hex

#A68DFC
(166,141,252)
0 Favorites   0 Comments

Color spaces of #a68dfc

RGB 166141252
HSL0.700.950.77
HSV254°44°99°
CMYK 0.340.440.00   0.01
XYZ42.821434.185096.4369
Yxy34.18500.24690.1971
Hunter Lab58.467928.4129-56.8652
CIE-Lab65.109233.6963-52.2258

#a68dfc color RGB value is (166,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001101 11111100
Octal 246 215 374
Decimal 166 141 252
Hex A6 8D FC

RGB Percentages of Color #a68dfc

%29.70
%25.22
%45.08

CMYK Percentages of Color #a68dfc

%34
%44
%0
%1

Triadic Colors of #a68dfc

#a68dfc #fca68d #8dfca6

Analogous Colors of #a68dfc

#a68dfc #de8dfc #8dacfc

Monochromatic Colors of #a68dfc

#a68dfc

Complementary Color

#a68dfc #e3fc8d

#a68dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68dfc Color CSS Codes

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

#a68dfc Text Font Color

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

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


#a68dfc Background Color

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

This div background color is #a68dfc


#a68dfc Border Color

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

This div border color is #a68dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.