Color Hex Logo

#a84ebc Color Hex

#A84EBC
(168,78,188)
0 Favorites   0 Comments

Color spaces of #a84ebc

RGB 16878188
HSL0.800.450.52
HSV289°59°74°
CMYK 0.110.590.00   0.26
XYZ27.949917.404449.4632
Yxy17.40440.29480.1836
Hunter Lab41.718646.5809-41.0936
CIE-Lab48.765653.3321-42.0813

#a84ebc color RGB value is (168,78,188).

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

The process color (four color CMYK) of #a84ebc color hex is 0.11, 0.59, 0.00, 0.26. Web safe color of #a84ebc is #9966cc. Color #a84ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001110 10111100
Octal 250 116 274
Decimal 168 78 188
Hex A8 4E BC

RGB Percentages of Color #a84ebc

%38.71
%17.97
%43.32

CMYK Percentages of Color #a84ebc

%11
%59
%0
%26

Triadic Colors of #a84ebc

#a84ebc #bca84e #4ebca8

Analogous Colors of #a84ebc

#a84ebc #bc4e99 #714ebc

Monochromatic Colors of #a84ebc

#a84ebc

Complementary Color

#a84ebc #62bc4e

#a84ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84ebc Color CSS Codes

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

#a84ebc Text Font Color

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

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


#a84ebc Background Color

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

This div background color is #a84ebc


#a84ebc Border Color

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

This div border color is #a84ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84ebc


Comments

No comments written yet.

Please login to write comment.