Color Hex Logo

#a549cf Color Hex

#A549CF
(165,73,207)
0 Favorites   0 Comments

Color spaces of #a549cf

RGB 16573207
HSL0.780.580.55
HSV281°65°81°
CMYK 0.200.650.00   0.19
XYZ29.162117.269460.8278
Yxy17.26940.27190.1610
Hunter Lab41.556552.5379-57.6955
CIE-Lab48.597758.7947-53.3438

#a549cf color RGB value is (165,73,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 11001111
Octal 245 111 317
Decimal 165 73 207
Hex A5 49 CF

RGB Percentages of Color #a549cf

%37.08
%16.40
%46.52

CMYK Percentages of Color #a549cf

%20
%65
%0
%19

Triadic Colors of #a549cf

#a549cf #cfa549 #49cfa5

Analogous Colors of #a549cf

#a549cf #cf49b6 #6249cf

Monochromatic Colors of #a549cf

#a549cf

Complementary Color

#a549cf #73cf49

#a549cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a549cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a549cf Color CSS Codes

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

#a549cf Text Font Color

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

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


#a549cf Background Color

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

This div background color is #a549cf


#a549cf Border Color

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

This div border color is #a549cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a549cf


Comments

No comments written yet.

Please login to write comment.