Color Hex Logo

#a542bb Color Hex

#A542BB
(165,66,187)
0 Favorites   0 Comments

Color spaces of #a542bb

RGB 16566187
HSL0.800.480.50
HSV289°65°73°
CMYK 0.120.650.00   0.27
XYZ26.434915.483648.6091
Yxy15.48360.29200.1710
Hunter Lab39.349251.0557-45.6980
CIE-Lab46.289657.8851-45.4602

#a542bb color RGB value is (165,66,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 10111011
Octal 245 102 273
Decimal 165 66 187
Hex A5 42 BB

RGB Percentages of Color #a542bb

%39.47
%15.79
%44.74

CMYK Percentages of Color #a542bb

%12
%65
%0
%27

Triadic Colors of #a542bb

#a542bb #bba542 #42bba5

Analogous Colors of #a542bb

#a542bb #bb4295 #6942bb

Monochromatic Colors of #a542bb

#a542bb

Complementary Color

#a542bb #58bb42

#a542bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a542bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a542bb Color CSS Codes

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

#a542bb Text Font Color

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

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


#a542bb Background Color

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

This div background color is #a542bb


#a542bb Border Color

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

This div border color is #a542bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a542bb


Comments

No comments written yet.

Please login to write comment.