Color Hex Logo

#a953cf Color Hex

#A953CF
(169,83,207)
0 Favorites   0 Comments

Color spaces of #a953cf

RGB 16983207
HSL0.780.560.57
HSV282°60°81°
CMYK 0.180.600.00   0.19
XYZ30.717919.126561.1043
Yxy19.12650.27690.1724
Hunter Lab43.733948.8411-52.2254
CIE-Lab50.834955.0452-49.7358

#a953cf color RGB value is (169,83,207).

#a953cf hex color red value is 169, green value is 83 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a953cf hue: 0.78 , saturation: 0.56 and the lightness value of a953cf is 0.57.

The process color (four color CMYK) of #a953cf color hex is 0.18, 0.60, 0.00, 0.19. Web safe color of #a953cf is #9966cc. Color #a953cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010011 11001111
Octal 251 123 317
Decimal 169 83 207
Hex A9 53 CF

RGB Percentages of Color #a953cf

%36.82
%18.08
%45.10

CMYK Percentages of Color #a953cf

%18
%60
%0
%19

Triadic Colors of #a953cf

#a953cf #cfa953 #53cfa9

Analogous Colors of #a953cf

#a953cf #cf53b7 #6b53cf

Monochromatic Colors of #a953cf

#a953cf

Complementary Color

#a953cf #79cf53

#a953cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a953cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a953cf Color CSS Codes

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

#a953cf Text Font Color

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

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


#a953cf Background Color

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

This div background color is #a953cf


#a953cf Border Color

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

This div border color is #a953cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a953cf


Comments

No comments written yet.

Please login to write comment.