Color Hex Logo

#a505bc Color Hex

#A505BC
(165,5,188)
0 Favorites   0 Comments

Color spaces of #a505bc

RGB 1655188
HSL0.810.950.38
HSV292°97°74°
CMYK 0.120.970.00   0.26
XYZ24.648411.738748.5436
Yxy11.73870.29020.1382
Hunter Lab34.261868.4572-60.0214
CIE-Lab40.797874.0323-54.8601

#a505bc color RGB value is (165,5,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000101 10111100
Octal 245 5 274
Decimal 165 5 188
Hex A5 5 BC

RGB Percentages of Color #a505bc

%46.09
%1.40
%52.51

CMYK Percentages of Color #a505bc

%12
%97
%0
%26

Triadic Colors of #a505bc

#a505bc #bca505 #05bca5

Analogous Colors of #a505bc

#a505bc #bc0578 #4a05bc

Monochromatic Colors of #a505bc

#a505bc

Complementary Color

#a505bc #1cbc05

#a505bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a505bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a505bc Color CSS Codes

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

#a505bc Text Font Color

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

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


#a505bc Background Color

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

This div background color is #a505bc


#a505bc Border Color

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

This div border color is #a505bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,5,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 #a505bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a505bc


Comments

No comments written yet.

Please login to write comment.