Color Hex Logo

#a547ff Color Hex

#A547FF
(165,71,255)
0 Favorites   0 Comments

Color spaces of #a547ff

RGB 16571255
HSL0.751.000.64
HSV271°72°100°
CMYK 0.350.720.00   0.00
XYZ35.820319.725896.5273
Yxy19.72580.23550.1297
Hunter Lab44.413766.2387-97.7692
CIE-Lab51.525870.1012-75.7055

#a547ff color RGB value is (165,71,255).

#a547ff hex color red value is 165, green value is 71 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a547ff hue: 0.75 , saturation: 1.00 and the lightness value of a547ff is 0.64.

The process color (four color CMYK) of #a547ff color hex is 0.35, 0.72, 0.00, 0.00. Web safe color of #a547ff is #9933ff. Color #a547ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000111 11111111
Octal 245 107 377
Decimal 165 71 255
Hex A5 47 FF

RGB Percentages of Color #a547ff

%33.60
%14.46
%51.93

CMYK Percentages of Color #a547ff

%35
%72
%0
%0

Triadic Colors of #a547ff

#a547ff #ffa547 #47ffa5

Analogous Colors of #a547ff

#a547ff #ff47fd #4947ff

Monochromatic Colors of #a547ff

#a547ff

Complementary Color

#a547ff #a1ff47

#a547ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a547ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a547ff Color CSS Codes

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

#a547ff Text Font Color

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

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


#a547ff Background Color

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

This div background color is #a547ff


#a547ff Border Color

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

This div border color is #a547ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,71,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a547ff


Comments

No comments written yet.

Please login to write comment.