Color Hex Logo

#a539cf Color Hex

#A539CF
(165,57,207)
0 Favorites   0 Comments

Color spaces of #a539cf

RGB 16557207
HSL0.790.610.52
HSV283°72°81°
CMYK 0.200.720.00   0.19
XYZ28.242715.430660.5213
Yxy15.43060.27110.1481
Hunter Lab39.281859.5942-63.8506
CIE-Lab46.218465.4683-57.1689

#a539cf color RGB value is (165,57,207).

#a539cf hex color red value is 165, green value is 57 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a539cf hue: 0.79 , saturation: 0.61 and the lightness value of a539cf is 0.52.

The process color (four color CMYK) of #a539cf color hex is 0.20, 0.72, 0.00, 0.19. Web safe color of #a539cf is #9933cc. Color #a539cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111001 11001111
Octal 245 71 317
Decimal 165 57 207
Hex A5 39 CF

RGB Percentages of Color #a539cf

%38.46
%13.29
%48.25

CMYK Percentages of Color #a539cf

%20
%72
%0
%19

Triadic Colors of #a539cf

#a539cf #cfa539 #39cfa5

Analogous Colors of #a539cf

#a539cf #cf39ae #5a39cf

Monochromatic Colors of #a539cf

#a539cf

Complementary Color

#a539cf #63cf39

#a539cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a539cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a539cf Color CSS Codes

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

#a539cf Text Font Color

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

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


#a539cf Background Color

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

This div background color is #a539cf


#a539cf Border Color

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

This div border color is #a539cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a539cf


Comments

No comments written yet.

Please login to write comment.