color codes Logo

#a68edc color codes

#A68EDC
(166,142,220)
0 Favorites   0 Comments

Color spaces of #a68edc

RGB 166142220
HSL0.720.530.71
HSV258°35°86°
CMYK 0.250.350.00   0.14
XYZ38.317232.620371.9870
Yxy32.62030.26810.2282
Hunter Lab57.114219.8036-34.7495
CIE-Lab63.852325.1736-36.5557

#a68edc color RGB value is (166,142,220).

#a68edc hex color red value is 166, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a68edc hue: 0.72 , saturation: 0.53 and the lightness value of a68edc is 0.71.

The process color (four color CMYK) of #a68edc color code is 0.25, 0.35, 0.00, 0.14. Web safe color of #a68edc is #9999cc. Color #a68edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 11011100
Octal 246 216 334
Decimal 166 142 220
Hex A6 8E DC

RGB Percentages of Color #a68edc

%31.44
%26.89
%41.67

CMYK Percentages of Color #a68edc

%25
%35
%0
%14

Triadic Colors of #a68edc

#a68edc #dca68e #8edca6

Analogous Colors of #a68edc

#a68edc #cd8edc #8e9ddc

Monochromatic Colors of #a68edc

#a68edc

Complementary Color

#a68edc #c4dc8e

#a68edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68edc Color CSS Codes

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

#a68edc Text Font Color

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

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


#a68edc Background Color

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

This div background color is #a68edc


#a68edc Border Color

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

This div border color is #a68edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68edc


Comments

No comments written yet.

Please login to write comment.