Color Hex Logo

#a04bcc Color Hex

#A04BCC
(160,75,204)
0 Favorites   0 Comments

Color spaces of #a04bcc

RGB 16075204
HSL0.780.560.55
HSV280°63°80°
CMYK 0.220.630.00   0.20
XYZ27.912416.865458.9109
Yxy16.86540.26920.1627
Hunter Lab41.067549.4532-56.3036
CIE-Lab48.090056.0954-52.4703

#a04bcc color RGB value is (160,75,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 11001100
Octal 240 113 314
Decimal 160 75 204
Hex A0 4B CC

RGB Percentages of Color #a04bcc

%36.45
%17.08
%46.47

CMYK Percentages of Color #a04bcc

%22
%63
%0
%20

Triadic Colors of #a04bcc

#a04bcc #cca04b #4bcca0

Analogous Colors of #a04bcc

#a04bcc #cc4bb8 #5f4bcc

Monochromatic Colors of #a04bcc

#a04bcc

Complementary Color

#a04bcc #77cc4b

#a04bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04bcc Color CSS Codes

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

#a04bcc Text Font Color

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

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


#a04bcc Background Color

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

This div background color is #a04bcc


#a04bcc Border Color

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

This div border color is #a04bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04bcc


Comments

No comments written yet.

Please login to write comment.