Color Hex Logo

#a64ebb Color Hex

#A64EBB
(166,78,187)
0 Favorites   0 Comments

Color spaces of #a64ebb

RGB 16678187
HSL0.800.440.52
HSV288°58°73°
CMYK 0.110.580.00   0.27
XYZ27.419917.143648.8776
Yxy17.14360.29340.1835
Hunter Lab41.404845.7512-41.0073
CIE-Lab48.440552.6184-42.0327

#a64ebb color RGB value is (166,78,187).

#a64ebb hex color red value is 166, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a64ebb hue: 0.80 , saturation: 0.44 and the lightness value of a64ebb is 0.52.

The process color (four color CMYK) of #a64ebb color hex is 0.11, 0.58, 0.00, 0.27. Web safe color of #a64ebb is #9966cc. Color #a64ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001110 10111011
Octal 246 116 273
Decimal 166 78 187
Hex A6 4E BB

RGB Percentages of Color #a64ebb

%38.52
%18.10
%43.39

CMYK Percentages of Color #a64ebb

%11
%58
%0
%27

Triadic Colors of #a64ebb

#a64ebb #bba64e #4ebba6

Analogous Colors of #a64ebb

#a64ebb #bb4e9a #704ebb

Monochromatic Colors of #a64ebb

#a64ebb

Complementary Color

#a64ebb #63bb4e

#a64ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64ebb Color CSS Codes

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

#a64ebb Text Font Color

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

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


#a64ebb Background Color

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

This div background color is #a64ebb


#a64ebb Border Color

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

This div border color is #a64ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64ebb


Comments

No comments written yet.

Please login to write comment.