Color Hex Logo

#a641be Color Hex

#A641BE
(166,65,190)
0 Favorites   0 Comments

Color spaces of #a641be

RGB 16665190
HSL0.800.490.50
HSV288°66°75°
CMYK 0.130.660.00   0.25
XYZ26.910415.605350.3090
Yxy15.60530.28990.1681
Hunter Lab39.503552.4656-47.8552
CIE-Lab46.452359.1288-46.9410

#a641be color RGB value is (166,65,190).

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

The process color (four color CMYK) of #a641be color hex is 0.13, 0.66, 0.00, 0.25. Web safe color of #a641be is #9933cc. Color #a641be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 10111110
Octal 246 101 276
Decimal 166 65 190
Hex A6 41 BE

RGB Percentages of Color #a641be

%39.43
%15.44
%45.13

CMYK Percentages of Color #a641be

%13
%66
%0
%25

Triadic Colors of #a641be

#a641be #bea641 #41bea6

Analogous Colors of #a641be

#a641be #be4198 #6841be

Monochromatic Colors of #a641be

#a641be

Complementary Color

#a641be #59be41

#a641be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a641be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a641be Color CSS Codes

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

#a641be Text Font Color

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

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


#a641be Background Color

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

This div background color is #a641be


#a641be Border Color

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

This div border color is #a641be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a641be


Comments

No comments written yet.

Please login to write comment.