Color Hex Logo

#a641c5 Color Hex

#A641C5
(166,65,197)
0 Favorites   0 Comments

Color spaces of #a641c5

RGB 16665197
HSL0.790.530.51
HSV286°67°77°
CMYK 0.160.670.00   0.23
XYZ27.694215.918854.4363
Yxy15.91880.28250.1624
Hunter Lab39.898454.0780-52.9649
CIE-Lab46.867860.4953-50.3423

#a641c5 color RGB value is (166,65,197).

#a641c5 hex color red value is 166, green value is 65 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #a641c5 hue: 0.79 , saturation: 0.53 and the lightness value of a641c5 is 0.51.

The process color (four color CMYK) of #a641c5 color hex is 0.16, 0.67, 0.00, 0.23. Web safe color of #a641c5 is #9933cc. Color #a641c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 11000101
Octal 246 101 305
Decimal 166 65 197
Hex A6 41 C5

RGB Percentages of Color #a641c5

%38.79
%15.19
%46.03

CMYK Percentages of Color #a641c5

%16
%67
%0
%23

Triadic Colors of #a641c5

#a641c5 #c5a641 #41c5a6

Analogous Colors of #a641c5

#a641c5 #c541a2 #6441c5

Monochromatic Colors of #a641c5

#a641c5

Complementary Color

#a641c5 #60c541

#a641c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a641c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a641c5 Color CSS Codes

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

#a641c5 Text Font Color

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

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


#a641c5 Background Color

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

This div background color is #a641c5


#a641c5 Border Color

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

This div border color is #a641c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a641c5


Comments

No comments written yet.

Please login to write comment.