Color Hex Logo

#a574df Color Hex

#A574DF
(165,116,223)
0 Favorites   0 Comments

Color spaces of #a574df

RGB 165116223
HSL0.740.630.66
HSV267°48°87°
CMYK 0.260.480.00   0.13
XYZ35.081725.817872.9464
Yxy25.81780.26210.1929
Hunter Lab50.811234.3225-49.5510
CIE-Lab57.863740.2829-47.6514

#a574df color RGB value is (165,116,223).

#a574df hex color red value is 165, green value is 116 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a574df hue: 0.74 , saturation: 0.63 and the lightness value of a574df is 0.66.

The process color (four color CMYK) of #a574df color hex is 0.26, 0.48, 0.00, 0.13. Web safe color of #a574df is #9966cc. Color #a574df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110100 11011111
Octal 245 164 337
Decimal 165 116 223
Hex A5 74 DF

RGB Percentages of Color #a574df

%32.74
%23.02
%44.25

CMYK Percentages of Color #a574df

%26
%48
%0
%13

Triadic Colors of #a574df

#a574df #dfa574 #74dfa5

Analogous Colors of #a574df

#a574df #db74df #7479df

Monochromatic Colors of #a574df

#a574df

Complementary Color

#a574df #aedf74

#a574df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a574df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a574df Color CSS Codes

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

#a574df Text Font Color

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

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


#a574df Background Color

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

This div background color is #a574df


#a574df Border Color

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

This div border color is #a574df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a574df


Comments

No comments written yet.

Please login to write comment.