Color Hex Logo

#a84cbb Color Hex

#A84CBB
(168,76,187)
0 Favorites   0 Comments

Color spaces of #a84cbb

RGB 16876187
HSL0.800.450.52
HSV290°59°73°
CMYK 0.100.590.00   0.27
XYZ27.702517.081648.8507
Yxy17.08160.29590.1824
Hunter Lab41.329947.3172-41.1481
CIE-Lab48.362754.0848-42.1387

#a84cbb color RGB value is (168,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001100 10111011
Octal 250 114 273
Decimal 168 76 187
Hex A8 4C BB

RGB Percentages of Color #a84cbb

%38.98
%17.63
%43.39

CMYK Percentages of Color #a84cbb

%10
%59
%0
%27

Triadic Colors of #a84cbb

#a84cbb #bba84c #4cbba8

Analogous Colors of #a84cbb

#a84cbb #bb4c97 #714cbb

Monochromatic Colors of #a84cbb

#a84cbb

Complementary Color

#a84cbb #5fbb4c

#a84cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84cbb Color CSS Codes

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

#a84cbb Text Font Color

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

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


#a84cbb Background Color

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

This div background color is #a84cbb


#a84cbb Border Color

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

This div border color is #a84cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84cbb


Comments

No comments written yet.

Please login to write comment.