Color Hex Logo

#a04cbd Color Hex

#A04CBD
(160,76,189)
0 Favorites   0 Comments

Color spaces of #a04cbd

RGB 16076189
HSL0.790.460.52
HSV285°60°74°
CMYK 0.150.600.00   0.26
XYZ26.267016.316649.9091
Yxy16.31660.28400.1764
Hunter Lab40.393845.3845-44.9809
CIE-Lab47.387152.4617-44.9185

#a04cbd color RGB value is (160,76,189).

#a04cbd hex color red value is 160, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a04cbd hue: 0.79 , saturation: 0.46 and the lightness value of a04cbd is 0.52.

The process color (four color CMYK) of #a04cbd color hex is 0.15, 0.60, 0.00, 0.26. Web safe color of #a04cbd is #9933cc. Color #a04cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001100 10111101
Octal 240 114 275
Decimal 160 76 189
Hex A0 4C BD

RGB Percentages of Color #a04cbd

%37.65
%17.88
%44.47

CMYK Percentages of Color #a04cbd

%15
%60
%0
%26

Triadic Colors of #a04cbd

#a04cbd #bda04c #4cbda0

Analogous Colors of #a04cbd

#a04cbd #bd4ca2 #684cbd

Monochromatic Colors of #a04cbd

#a04cbd

Complementary Color

#a04cbd #69bd4c

#a04cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04cbd Color CSS Codes

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

#a04cbd Text Font Color

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

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


#a04cbd Background Color

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

This div background color is #a04cbd


#a04cbd Border Color

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

This div border color is #a04cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,76,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04cbd


Comments

No comments written yet.

Please login to write comment.