Color Hex Logo

#a051cf Color Hex

#A051CF
(160,81,207)
0 Favorites   0 Comments

Color spaces of #a051cf

RGB 16081207
HSL0.770.570.56
HSV278°61°81°
CMYK 0.230.610.00   0.19
XYZ28.702117.863460.9667
Yxy17.86340.26690.1661
Hunter Lab42.265147.2548-55.9392
CIE-Lab49.330053.8556-52.2065

#a051cf color RGB value is (160,81,207).

#a051cf hex color red value is 160, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a051cf hue: 0.77 , saturation: 0.57 and the lightness value of a051cf is 0.56.

The process color (four color CMYK) of #a051cf color hex is 0.23, 0.61, 0.00, 0.19. Web safe color of #a051cf is #9966cc. Color #a051cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 11001111
Octal 240 121 317
Decimal 160 81 207
Hex A0 51 CF

RGB Percentages of Color #a051cf

%35.71
%18.08
%46.21

CMYK Percentages of Color #a051cf

%23
%61
%0
%19

Triadic Colors of #a051cf

#a051cf #cfa051 #51cfa0

Analogous Colors of #a051cf

#a051cf #cf51bf #6151cf

Monochromatic Colors of #a051cf

#a051cf

Complementary Color

#a051cf #80cf51

#a051cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a051cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a051cf Color CSS Codes

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

#a051cf Text Font Color

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

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


#a051cf Background Color

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

This div background color is #a051cf


#a051cf Border Color

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

This div border color is #a051cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a051cf


Comments

No comments written yet.

Please login to write comment.