Color Hex Logo

#a341bb Color Hex

#A341BB
(163,65,187)
0 Favorites   0 Comments

Color spaces of #a341bb

RGB 16365187
HSL0.800.480.49
HSV288°65°73°
CMYK 0.130.650.00   0.27
XYZ25.964215.155048.5704
Yxy15.15500.28950.1690
Hunter Lab38.929450.9251-46.7227
CIE-Lab45.845857.8493-46.1848

#a341bb color RGB value is (163,65,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 10111011
Octal 243 101 273
Decimal 163 65 187
Hex A3 41 BB

RGB Percentages of Color #a341bb

%39.28
%15.66
%45.06

CMYK Percentages of Color #a341bb

%13
%65
%0
%27

Triadic Colors of #a341bb

#a341bb #bba341 #41bba3

Analogous Colors of #a341bb

#a341bb #bb4196 #6641bb

Monochromatic Colors of #a341bb

#a341bb

Complementary Color

#a341bb #59bb41

#a341bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a341bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a341bb Color CSS Codes

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

#a341bb Text Font Color

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

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


#a341bb Background Color

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

This div background color is #a341bb


#a341bb Border Color

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

This div border color is #a341bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a341bb


Comments

No comments written yet.

Please login to write comment.