Color Hex Logo

#a68cfd Color Hex

#A68CFD
(166,140,253)
0 Favorites   0 Comments

Color spaces of #a68cfd

RGB 166140253
HSL0.710.970.77
HSV254°45°99°
CMYK 0.340.450.00   0.01
XYZ42.833633.955097.2249
Yxy33.95500.24620.1951
Hunter Lab58.270929.2371-58.1356
CIE-Lab64.926834.5185-53.0619

#a68cfd color RGB value is (166,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11111101
Octal 246 214 375
Decimal 166 140 253
Hex A6 8C FD

RGB Percentages of Color #a68cfd

%29.70
%25.04
%45.26

CMYK Percentages of Color #a68cfd

%34
%45
%0
%1

Triadic Colors of #a68cfd

#a68cfd #fda68c #8cfda6

Analogous Colors of #a68cfd

#a68cfd #df8cfd #8cabfd

Monochromatic Colors of #a68cfd

#a68cfd

Complementary Color

#a68cfd #e3fd8c

#a68cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cfd Color CSS Codes

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

#a68cfd Text Font Color

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

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


#a68cfd Background Color

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

This div background color is #a68cfd


#a68cfd Border Color

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

This div border color is #a68cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cfd


Comments

No comments written yet.

Please login to write comment.