Color Hex Logo

#a753ff Color Hex

#A753FF
(167,83,255)
0 Favorites   0 Comments

Color spaces of #a753ff

RGB 16783255
HSL0.751.000.66
HSV269°67°100°
CMYK 0.350.670.00   0.00
XYZ37.079621.622096.8269
Yxy21.62200.23840.1390
Hunter Lab46.499560.9654-90.9113
CIE-Lab53.623665.2424-72.2870

#a753ff color RGB value is (167,83,255).

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

The process color (four color CMYK) of #a753ff color hex is 0.35, 0.67, 0.00, 0.00. Web safe color of #a753ff is #9966ff. Color #a753ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010011 11111111
Octal 247 123 377
Decimal 167 83 255
Hex A7 53 FF

RGB Percentages of Color #a753ff

%33.07
%16.44
%50.50

CMYK Percentages of Color #a753ff

%35
%67
%0
%0

Triadic Colors of #a753ff

#a753ff #ffa753 #53ffa7

Analogous Colors of #a753ff

#a753ff #fd53ff #5355ff

Monochromatic Colors of #a753ff

#a753ff

Complementary Color

#a753ff #abff53

#a753ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a753ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a753ff Color CSS Codes

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

#a753ff Text Font Color

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

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


#a753ff Background Color

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

This div background color is #a753ff


#a753ff Border Color

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

This div border color is #a753ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a753ff


Comments

No comments written yet.

Please login to write comment.