Color Hex Logo

#a541bc Color Hex

#A541BC
(165,65,188)
0 Favorites   0 Comments

Color spaces of #a541bc

RGB 16565188
HSL0.800.490.50
HSV289°65°74°
CMYK 0.120.650.00   0.26
XYZ26.484415.410849.1556
Yxy15.41080.29090.1693
Hunter Lab39.256651.7257-46.7611
CIE-Lab46.191858.5102-46.1995

#a541bc color RGB value is (165,65,188).

#a541bc hex color red value is 165, green value is 65 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a541bc hue: 0.80 , saturation: 0.49 and the lightness value of a541bc is 0.50.

The process color (four color CMYK) of #a541bc color hex is 0.12, 0.65, 0.00, 0.26. Web safe color of #a541bc is #9933cc. Color #a541bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000001 10111100
Octal 245 101 274
Decimal 165 65 188
Hex A5 41 BC

RGB Percentages of Color #a541bc

%39.47
%15.55
%44.98

CMYK Percentages of Color #a541bc

%12
%65
%0
%26

Triadic Colors of #a541bc

#a541bc #bca541 #41bca5

Analogous Colors of #a541bc

#a541bc #bc4196 #6841bc

Monochromatic Colors of #a541bc

#a541bc

Complementary Color

#a541bc #58bc41

#a541bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a541bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a541bc Color CSS Codes

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

#a541bc Text Font Color

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

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


#a541bc Background Color

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

This div background color is #a541bc


#a541bc Border Color

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

This div border color is #a541bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a541bc


Comments

No comments written yet.

Please login to write comment.