Color Hex Logo

#a574da Color Hex

#A574DA
(165,116,218)
0 Favorites   0 Comments

Color spaces of #a574da

RGB 165116218
HSL0.750.580.65
HSV269°47°85°
CMYK 0.240.470.00   0.15
XYZ34.417325.552169.4477
Yxy25.55210.26590.1974
Hunter Lab50.549133.0742-46.0722
CIE-Lab57.609439.1002-45.2460

#a574da color RGB value is (165,116,218).

#a574da hex color red value is 165, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a574da hue: 0.75 , saturation: 0.58 and the lightness value of a574da is 0.65.

The process color (four color CMYK) of #a574da color hex is 0.24, 0.47, 0.00, 0.15. Web safe color of #a574da is #9966cc. Color #a574da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110100 11011010
Octal 245 164 332
Decimal 165 116 218
Hex A5 74 DA

RGB Percentages of Color #a574da

%33.07
%23.25
%43.69

CMYK Percentages of Color #a574da

%24
%47
%0
%15

Triadic Colors of #a574da

#a574da #daa574 #74daa5

Analogous Colors of #a574da

#a574da #d874da #7476da

Monochromatic Colors of #a574da

#a574da

Complementary Color

#a574da #a9da74

#a574da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a574da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a574da Color CSS Codes

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

#a574da Text Font Color

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

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


#a574da Background Color

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

This div background color is #a574da


#a574da Border Color

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

This div border color is #a574da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a574da


Comments

No comments written yet.

Please login to write comment.