Color Hex Logo

#a474ba Color Hex

#A474BA
(164,116,186)
0 Favorites   0 Comments

Color spaces of #a474ba

RGB 164116186
HSL0.780.340.59
HSV281°38°73°
CMYK 0.120.380.00   0.27
XYZ30.418223.928549.4698
Yxy23.92850.29300.2305
Hunter Lab48.916825.3934-25.7186
CIE-Lab56.016131.5927-29.5872

#a474ba color RGB value is (164,116,186).

#a474ba hex color red value is 164, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a474ba hue: 0.78 , saturation: 0.34 and the lightness value of a474ba is 0.59.

The process color (four color CMYK) of #a474ba color hex is 0.12, 0.38, 0.00, 0.27. Web safe color of #a474ba is #9966cc. Color #a474ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110100 10111010
Octal 244 164 272
Decimal 164 116 186
Hex A4 74 BA

RGB Percentages of Color #a474ba

%35.19
%24.89
%39.91

CMYK Percentages of Color #a474ba

%12
%38
%0
%27

Triadic Colors of #a474ba

#a474ba #baa474 #74baa4

Analogous Colors of #a474ba

#a474ba #ba74ad #8174ba

Monochromatic Colors of #a474ba

#a474ba

Complementary Color

#a474ba #8aba74

#a474ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a474ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a474ba Color CSS Codes

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

#a474ba Text Font Color

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

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


#a474ba Background Color

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

This div background color is #a474ba


#a474ba Border Color

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

This div border color is #a474ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a474ba


Comments

No comments written yet.

Please login to write comment.