Color Hex Logo

#a574fd Color Hex

#A574FD
(165,116,253)
0 Favorites   0 Comments

Color spaces of #a574fd

RGB 165116253
HSL0.730.970.72
HSV261°54°99°
CMYK 0.350.540.00   0.01
XYZ39.492127.582096.1709
Yxy27.58200.24190.1690
Hunter Lab52.518642.3182-71.8076
CIE-Lab59.509247.6310-61.7042

#a574fd color RGB value is (165,116,253).

#a574fd hex color red value is 165, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a574fd hue: 0.73 , saturation: 0.97 and the lightness value of a574fd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110100 11111101
Octal 245 164 375
Decimal 165 116 253
Hex A5 74 FD

RGB Percentages of Color #a574fd

%30.90
%21.72
%47.38

CMYK Percentages of Color #a574fd

%35
%54
%0
%1

Triadic Colors of #a574fd

#a574fd #fda574 #74fda5

Analogous Colors of #a574fd

#a574fd #ea74fd #7488fd

Monochromatic Colors of #a574fd

#a574fd

Complementary Color

#a574fd #ccfd74

#a574fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a574fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a574fd Color CSS Codes

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

#a574fd Text Font Color

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

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


#a574fd Background Color

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

This div background color is #a574fd


#a574fd Border Color

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

This div border color is #a574fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a574fd


Comments

No comments written yet.

Please login to write comment.