Color Hex Logo

#a547ca Color Hex

#A547CA
(165,71,202)
0 Favorites   0 Comments

Color spaces of #a547ca

RGB 16571202
HSL0.790.550.54
HSV283°65°79°
CMYK 0.180.650.00   0.21
XYZ28.431016.770157.6156
Yxy16.77010.27650.1631
Hunter Lab40.951352.2612-54.7509
CIE-Lab47.969058.6624-51.4756

#a547ca color RGB value is (165,71,202).

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

The process color (four color CMYK) of #a547ca color hex is 0.18, 0.65, 0.00, 0.21. Web safe color of #a547ca is #9933cc. Color #a547ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000111 11001010
Octal 245 107 312
Decimal 165 71 202
Hex A5 47 CA

RGB Percentages of Color #a547ca

%37.67
%16.21
%46.12

CMYK Percentages of Color #a547ca

%18
%65
%0
%21

Triadic Colors of #a547ca

#a547ca #caa547 #47caa5

Analogous Colors of #a547ca

#a547ca #ca47ae #6447ca

Monochromatic Colors of #a547ca

#a547ca

Complementary Color

#a547ca #6cca47

#a547ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a547ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a547ca Color CSS Codes

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

#a547ca Text Font Color

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

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


#a547ca Background Color

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

This div background color is #a547ca


#a547ca Border Color

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

This div border color is #a547ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a547ca


Comments

No comments written yet.

Please login to write comment.