Color Hex Logo

#a507bc Color Hex

#A507BC
(165,7,188)
0 Favorites   0 Comments

Color spaces of #a507bc

RGB 1657188
HSL0.810.930.38
HSV292°96°74°
CMYK 0.120.960.00   0.26
XYZ24.670111.782148.5509
Yxy11.78210.29020.1386
Hunter Lab34.325168.2226-59.8349
CIE-Lab40.867773.8245-54.7472

#a507bc color RGB value is (165,7,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000111 10111100
Octal 245 7 274
Decimal 165 7 188
Hex A5 7 BC

RGB Percentages of Color #a507bc

%45.83
%1.94
%52.22

CMYK Percentages of Color #a507bc

%12
%96
%0
%26

Triadic Colors of #a507bc

#a507bc #bca507 #07bca5

Analogous Colors of #a507bc

#a507bc #bc0779 #4b07bc

Monochromatic Colors of #a507bc

#a507bc

Complementary Color

#a507bc #1ebc07

#a507bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a507bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a507bc Color CSS Codes

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

#a507bc Text Font Color

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

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


#a507bc Background Color

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

This div background color is #a507bc


#a507bc Border Color

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

This div border color is #a507bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a507bc


Comments

No comments written yet.

Please login to write comment.