Color Hex Logo

#a04bdc Color Hex

#A04BDC
(160,75,220)
0 Favorites   0 Comments

Color spaces of #a04bdc

RGB 16075220
HSL0.760.670.58
HSV275°66°86°
CMYK 0.270.660.00   0.14
XYZ29.931517.673069.5438
Yxy17.67300.25550.1509
Hunter Lab42.039353.5213-68.6535
CIE-Lab49.097159.5823-60.0019

#a04bdc color RGB value is (160,75,220).

#a04bdc hex color red value is 160, green value is 75 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a04bdc hue: 0.76 , saturation: 0.67 and the lightness value of a04bdc is 0.58.

The process color (four color CMYK) of #a04bdc color hex is 0.27, 0.66, 0.00, 0.14. Web safe color of #a04bdc is #9933cc. Color #a04bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 11011100
Octal 240 113 334
Decimal 160 75 220
Hex A0 4B DC

RGB Percentages of Color #a04bdc

%35.16
%16.48
%48.35

CMYK Percentages of Color #a04bdc

%27
%66
%0
%14

Triadic Colors of #a04bdc

#a04bdc #dca04b #4bdca0

Analogous Colors of #a04bdc

#a04bdc #dc4bd0 #584bdc

Monochromatic Colors of #a04bdc

#a04bdc

Complementary Color

#a04bdc #87dc4b

#a04bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04bdc Color CSS Codes

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

#a04bdc Text Font Color

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

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


#a04bdc Background Color

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

This div background color is #a04bdc


#a04bdc Border Color

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

This div border color is #a04bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04bdc


Comments

No comments written yet.

Please login to write comment.