Color Hex Logo

#a04bdf Color Hex

#A04BDF
(160,75,223)
0 Favorites   0 Comments

Color spaces of #a04bdf

RGB 16075223
HSL0.760.700.58
HSV274°66°87°
CMYK 0.280.660.00   0.13
XYZ30.332617.833571.6555
Yxy17.83350.25310.1488
Hunter Lab42.229754.3102-71.0426
CIE-Lab49.293560.2483-61.3891

#a04bdf color RGB value is (160,75,223).

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

The process color (four color CMYK) of #a04bdf color hex is 0.28, 0.66, 0.00, 0.13. Web safe color of #a04bdf is #9933cc. Color #a04bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 11011111
Octal 240 113 337
Decimal 160 75 223
Hex A0 4B DF

RGB Percentages of Color #a04bdf

%34.93
%16.38
%48.69

CMYK Percentages of Color #a04bdf

%28
%66
%0
%13

Triadic Colors of #a04bdf

#a04bdf #dfa04b #4bdfa0

Analogous Colors of #a04bdf

#a04bdf #df4bd4 #564bdf

Monochromatic Colors of #a04bdf

#a04bdf

Complementary Color

#a04bdf #8adf4b

#a04bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04bdf Color CSS Codes

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

#a04bdf Text Font Color

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

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


#a04bdf Background Color

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

This div background color is #a04bdf


#a04bdf Border Color

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

This div border color is #a04bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04bdf


Comments

No comments written yet.

Please login to write comment.