color codes Logo

#a68ec1 color codes

#A68EC1
(166,142,193)
1 Favorites   0 Comments

Color spaces of #a68ec1

RGB 166142193
HSL0.750.290.66
HSV268°26°76°
CMYK 0.140.260.00   0.24
XYZ35.024531.303254.6482
Yxy31.30320.28950.2588
Hunter Lab55.949313.8306-18.7468
CIE-Lab62.762818.9713-23.1429

#a68ec1 color RGB value is (166,142,193).

#a68ec1 hex color red value is 166, green value is 142 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #a68ec1 hue: 0.75 , saturation: 0.29 and the lightness value of a68ec1 is 0.66.

The process color (four color CMYK) of #a68ec1 color code is 0.14, 0.26, 0.00, 0.24. Web safe color of #a68ec1 is #9999cc. Color #a68ec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 11000001
Octal 246 216 301
Decimal 166 142 193
Hex A6 8E C1

RGB Percentages of Color #a68ec1

%33.13
%28.34
%38.52

CMYK Percentages of Color #a68ec1

%14
%26
%0
%24

Triadic Colors of #a68ec1

#a68ec1 #c1a68e #8ec1a6

Analogous Colors of #a68ec1

#a68ec1 #c08ec1 #8e90c1

Monochromatic Colors of #a68ec1

#a68ec1

Complementary Color

#a68ec1 #a9c18e

#a68ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ec1 Color CSS Codes

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

#a68ec1 Text Font Color

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

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


#a68ec1 Background Color

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

This div background color is #a68ec1


#a68ec1 Border Color

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

This div border color is #a68ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ec1


Comments

No comments written yet.

Please login to write comment.