color codes Logo

#a68ce4 color codes

#A68CE4
(166,140,228)
0 Favorites   0 Comments

Color spaces of #a68ce4

RGB 166140228
HSL0.720.620.72
HSV258°39°89°
CMYK 0.270.390.00   0.11
XYZ39.107632.464677.6039
Yxy32.46460.26220.2176
Hunter Lab56.977722.8054-40.8688
CIE-Lab63.725028.2446-41.1937

#a68ce4 color RGB value is (166,140,228).

#a68ce4 hex color red value is 166, green value is 140 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #a68ce4 hue: 0.72 , saturation: 0.62 and the lightness value of a68ce4 is 0.72.

The process color (four color CMYK) of #a68ce4 color code is 0.27, 0.39, 0.00, 0.11. Web safe color of #a68ce4 is #9999cc. Color #a68ce4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11100100
Octal 246 214 344
Decimal 166 140 228
Hex A6 8C E4

RGB Percentages of Color #a68ce4

%31.09
%26.22
%42.70

CMYK Percentages of Color #a68ce4

%27
%39
%0
%11

Triadic Colors of #a68ce4

#a68ce4 #e4a68c #8ce4a6

Analogous Colors of #a68ce4

#a68ce4 #d28ce4 #8c9ee4

Monochromatic Colors of #a68ce4

#a68ce4

Complementary Color

#a68ce4 #cae48c

#a68ce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ce4 Color CSS Codes

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

#a68ce4 Text Font Color

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

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


#a68ce4 Background Color

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

This div background color is #a68ce4


#a68ce4 Border Color

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

This div border color is #a68ce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ce4


Comments

No comments written yet.

Please login to write comment.