Color Hex Logo

#a84abb Color Hex

#A84ABB
(168,74,187)
0 Favorites   0 Comments

Color spaces of #a84abb

RGB 16874187
HSL0.810.450.51
HSV290°60°73°
CMYK 0.100.600.00   0.27
XYZ27.566916.810248.8055
Yxy16.81020.29580.1804
Hunter Lab41.000248.2657-41.8769
CIE-Lab48.020055.0201-42.6823

#a84abb color RGB value is (168,74,187).

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

The process color (four color CMYK) of #a84abb color hex is 0.10, 0.60, 0.00, 0.27. Web safe color of #a84abb is #9933cc. Color #a84abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 10111011
Octal 250 112 273
Decimal 168 74 187
Hex A8 4A BB

RGB Percentages of Color #a84abb

%39.16
%17.25
%43.59

CMYK Percentages of Color #a84abb

%10
%60
%0
%27

Triadic Colors of #a84abb

#a84abb #bba84a #4abba8

Analogous Colors of #a84abb

#a84abb #bb4a96 #704abb

Monochromatic Colors of #a84abb

#a84abb

Complementary Color

#a84abb #5dbb4a

#a84abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84abb Color CSS Codes

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

#a84abb Text Font Color

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

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


#a84abb Background Color

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

This div background color is #a84abb


#a84abb Border Color

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

This div border color is #a84abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84abb


Comments

No comments written yet.

Please login to write comment.