Color Hex Logo

#a68fec Color Hex

#A68FEC
(166,143,236)
0 Favorites   0 Comments

Color spaces of #a68fec

RGB 166143236
HSL0.710.710.74
HSV255°39°93°
CMYK 0.300.390.00   0.07
XYZ40.688733.808083.7380
Yxy33.80800.25710.2137
Hunter Lab58.144623.1583-44.6862
CIE-Lab64.809928.5141-43.9114

#a68fec color RGB value is (166,143,236).

#a68fec hex color red value is 166, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a68fec hue: 0.71 , saturation: 0.71 and the lightness value of a68fec is 0.74.

The process color (four color CMYK) of #a68fec color hex is 0.30, 0.39, 0.00, 0.07. Web safe color of #a68fec is #9999ff. Color #a68fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11101100
Octal 246 217 354
Decimal 166 143 236
Hex A6 8F EC

RGB Percentages of Color #a68fec

%30.46
%26.24
%43.30

CMYK Percentages of Color #a68fec

%30
%39
%0
%7

Triadic Colors of #a68fec

#a68fec #eca68f #8feca6

Analogous Colors of #a68fec

#a68fec #d58fec #8fa7ec

Monochromatic Colors of #a68fec

#a68fec

Complementary Color

#a68fec #d5ec8f

#a68fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fec Color CSS Codes

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

#a68fec Text Font Color

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

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


#a68fec Background Color

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

This div background color is #a68fec


#a68fec Border Color

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

This div border color is #a68fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fec


Comments

No comments written yet.

Please login to write comment.