Color Hex Logo

#a04bcd Color Hex

#A04BCD
(160,75,205)
0 Favorites   0 Comments

Color spaces of #a04bcd

RGB 16075205
HSL0.780.570.55
HSV279°63°80°
CMYK 0.220.630.00   0.20
XYZ28.032716.913559.5448
Yxy16.91350.26830.1619
Hunter Lab41.126049.7003-57.0555
CIE-Lab48.150956.3098-52.9478

#a04bcd color RGB value is (160,75,205).

#a04bcd hex color red value is 160, green value is 75 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a04bcd hue: 0.78 , saturation: 0.57 and the lightness value of a04bcd is 0.55.

The process color (four color CMYK) of #a04bcd color hex is 0.22, 0.63, 0.00, 0.20. Web safe color of #a04bcd is #9933cc. Color #a04bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 11001101
Octal 240 113 315
Decimal 160 75 205
Hex A0 4B CD

RGB Percentages of Color #a04bcd

%36.36
%17.05
%46.59

CMYK Percentages of Color #a04bcd

%22
%63
%0
%20

Triadic Colors of #a04bcd

#a04bcd #cda04b #4bcda0

Analogous Colors of #a04bcd

#a04bcd #cd4bb9 #5f4bcd

Monochromatic Colors of #a04bcd

#a04bcd

Complementary Color

#a04bcd #78cd4b

#a04bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04bcd Color CSS Codes

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

#a04bcd Text Font Color

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

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


#a04bcd Background Color

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

This div background color is #a04bcd


#a04bcd Border Color

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

This div border color is #a04bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04bcd


Comments

No comments written yet.

Please login to write comment.