Color Hex Logo

#a547cf Color Hex

#A547CF
(165,71,207)
0 Favorites   0 Comments

Color spaces of #a547cf

RGB 16571207
HSL0.780.590.55
HSV281°66°81°
CMYK 0.200.660.00   0.19
XYZ29.032817.010860.7847
Yxy17.01080.27180.1592
Hunter Lab41.244253.4734-58.5094
CIE-Lab48.273659.6923-53.8636

#a547cf color RGB value is (165,71,207).

#a547cf hex color red value is 165, green value is 71 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a547cf hue: 0.78 , saturation: 0.59 and the lightness value of a547cf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000111 11001111
Octal 245 107 317
Decimal 165 71 207
Hex A5 47 CF

RGB Percentages of Color #a547cf

%37.25
%16.03
%46.73

CMYK Percentages of Color #a547cf

%20
%66
%0
%19

Triadic Colors of #a547cf

#a547cf #cfa547 #47cfa5

Analogous Colors of #a547cf

#a547cf #cf47b5 #6147cf

Monochromatic Colors of #a547cf

#a547cf

Complementary Color

#a547cf #71cf47

#a547cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a547cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a547cf Color CSS Codes

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

#a547cf Text Font Color

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

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


#a547cf Background Color

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

This div background color is #a547cf


#a547cf Border Color

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

This div border color is #a547cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a547cf


Comments

No comments written yet.

Please login to write comment.