Color Hex Logo

#a504bc Color Hex

#A504BC
(165,4,188)
0 Favorites   0 Comments

Color spaces of #a504bc

RGB 1654188
HSL0.810.960.38
HSV293°98°74°
CMYK 0.120.980.00   0.26
XYZ24.637611.717048.5400
Yxy11.71700.29020.1380
Hunter Lab34.230168.5752-60.1151
CIE-Lab40.762874.1366-54.9167

#a504bc color RGB value is (165,4,188).

#a504bc hex color red value is 165, green value is 4 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a504bc hue: 0.81 , saturation: 0.96 and the lightness value of a504bc is 0.38.

The process color (four color CMYK) of #a504bc color hex is 0.12, 0.98, 0.00, 0.26. Web safe color of #a504bc is #9900cc. Color #a504bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000100 10111100
Octal 245 4 274
Decimal 165 4 188
Hex A5 4 BC

RGB Percentages of Color #a504bc

%46.22
%1.12
%52.66

CMYK Percentages of Color #a504bc

%12
%98
%0
%26

Triadic Colors of #a504bc

#a504bc #bca504 #04bca5

Analogous Colors of #a504bc

#a504bc #bc0477 #4904bc

Monochromatic Colors of #a504bc

#a504bc

Complementary Color

#a504bc #1bbc04

#a504bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a504bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a504bc Color CSS Codes

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

#a504bc Text Font Color

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

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


#a504bc Background Color

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

This div background color is #a504bc


#a504bc Border Color

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

This div border color is #a504bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,4,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a504bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a504bc;
  -webkit-box-shadow: 1px 1px 3px 2px #a504bc;
  box-shadow:         1px 1px 3px 2px #a504bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a504bc


Comments

No comments written yet.

Please login to write comment.