Color Hex Logo

#a041cf Color Hex

#A041CF
(160,65,207)
0 Favorites   0 Comments

Color spaces of #a041cf

RGB 16065207
HSL0.780.600.53
HSV280°69°81°
CMYK 0.230.690.00   0.19
XYZ27.650015.759260.6160
Yxy15.75920.26580.1515
Hunter Lab39.697954.8560-62.7434
CIE-Lab46.657061.2275-56.4985

#a041cf color RGB value is (160,65,207).

#a041cf hex color red value is 160, green value is 65 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a041cf hue: 0.78 , saturation: 0.60 and the lightness value of a041cf is 0.53.

The process color (four color CMYK) of #a041cf color hex is 0.23, 0.69, 0.00, 0.19. Web safe color of #a041cf is #9933cc. Color #a041cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000001 11001111
Octal 240 101 317
Decimal 160 65 207
Hex A0 41 CF

RGB Percentages of Color #a041cf

%37.04
%15.05
%47.92

CMYK Percentages of Color #a041cf

%23
%69
%0
%19

Triadic Colors of #a041cf

#a041cf #cfa041 #41cfa0

Analogous Colors of #a041cf

#a041cf #cf41b7 #5941cf

Monochromatic Colors of #a041cf

#a041cf

Complementary Color

#a041cf #70cf41

#a041cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a041cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a041cf Color CSS Codes

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

#a041cf Text Font Color

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

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


#a041cf Background Color

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

This div background color is #a041cf


#a041cf Border Color

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

This div border color is #a041cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a041cf


Comments

No comments written yet.

Please login to write comment.