Color Hex Logo

#a541bb Color Hex

#A541BB
(165,65,187)
0 Favorites   0 Comments

Color spaces of #a541bb

RGB 16565187
HSL0.800.480.49
HSV289°65°73°
CMYK 0.120.650.00   0.27
XYZ26.377015.367848.5898
Yxy15.36780.29200.1701
Hunter Lab39.201851.5010-46.0475
CIE-Lab46.133958.3177-45.7084

#a541bb color RGB value is (165,65,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000001 10111011
Octal 245 101 273
Decimal 165 65 187
Hex A5 41 BB

RGB Percentages of Color #a541bb

%39.57
%15.59
%44.84

CMYK Percentages of Color #a541bb

%12
%65
%0
%27

Triadic Colors of #a541bb

#a541bb #bba541 #41bba5

Analogous Colors of #a541bb

#a541bb #bb4194 #6841bb

Monochromatic Colors of #a541bb

#a541bb

Complementary Color

#a541bb #57bb41

#a541bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a541bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a541bb Color CSS Codes

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

#a541bb Text Font Color

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

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


#a541bb Background Color

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

This div background color is #a541bb


#a541bb Border Color

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

This div border color is #a541bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a541bb


Comments

No comments written yet.

Please login to write comment.