Color Hex Logo

#a84abc Color Hex

#A84ABC
(168,74,188)
0 Favorites   0 Comments

Color spaces of #a84abc

RGB 16874188
HSL0.800.460.51
HSV289°61°74°
CMYK 0.110.610.00   0.26
XYZ27.674316.853249.3714
Yxy16.85320.29470.1795
Hunter Lab41.052648.4878-42.5674
CIE-Lab48.074555.2143-43.1776

#a84abc color RGB value is (168,74,188).

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

The process color (four color CMYK) of #a84abc color hex is 0.11, 0.61, 0.00, 0.26. Web safe color of #a84abc is #9933cc. Color #a84abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 10111100
Octal 250 112 274
Decimal 168 74 188
Hex A8 4A BC

RGB Percentages of Color #a84abc

%39.07
%17.21
%43.72

CMYK Percentages of Color #a84abc

%11
%61
%0
%26

Triadic Colors of #a84abc

#a84abc #bca84a #4abca8

Analogous Colors of #a84abc

#a84abc #bc4a97 #6f4abc

Monochromatic Colors of #a84abc

#a84abc

Complementary Color

#a84abc #5ebc4a

#a84abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84abc Color CSS Codes

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

#a84abc Text Font Color

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

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


#a84abc Background Color

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

This div background color is #a84abc


#a84abc Border Color

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

This div border color is #a84abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,74,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 #a84abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84abc


Comments

No comments written yet.

Please login to write comment.