Color Hex Logo

#a68ced Color Hex

#A68CED
(166,140,237)
0 Favorites   0 Comments

Color spaces of #a68ced

RGB 166140237
HSL0.710.730.74
HSV256°41°93°
CMYK 0.300.410.00   0.07
XYZ40.390032.977684.3573
Yxy32.97760.25610.2091
Hunter Lab57.426125.0502-46.8970
CIE-Lab64.142830.4653-45.5123

#a68ced color RGB value is (166,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11101101
Octal 246 214 355
Decimal 166 140 237
Hex A6 8C ED

RGB Percentages of Color #a68ced

%30.57
%25.78
%43.65

CMYK Percentages of Color #a68ced

%30
%41
%0
%7

Triadic Colors of #a68ced

#a68ced #eda68c #8ceda6

Analogous Colors of #a68ced

#a68ced #d78ced #8ca3ed

Monochromatic Colors of #a68ced

#a68ced

Complementary Color

#a68ced #d3ed8c

#a68ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ced Color CSS Codes

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

#a68ced Text Font Color

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

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


#a68ced Background Color

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

This div background color is #a68ced


#a68ced Border Color

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

This div border color is #a68ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ced


Comments

No comments written yet.

Please login to write comment.