Color Hex Logo

#a374cc Color Hex

#A374CC
(163,116,204)
0 Favorites   0 Comments

Color spaces of #a374cc

RGB 163116204
HSL0.760.460.63
HSV272°43°80°
CMYK 0.200.430.00   0.20
XYZ32.248724.636960.1825
Yxy24.63690.27550.2104
Hunter Lab49.635629.1109-37.1435
CIE-Lab56.719935.2864-38.7554

#a374cc color RGB value is (163,116,204).

#a374cc hex color red value is 163, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a374cc hue: 0.76 , saturation: 0.46 and the lightness value of a374cc is 0.63.

The process color (four color CMYK) of #a374cc color hex is 0.20, 0.43, 0.00, 0.20. Web safe color of #a374cc is #9966cc. Color #a374cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110100 11001100
Octal 243 164 314
Decimal 163 116 204
Hex A3 74 CC

RGB Percentages of Color #a374cc

%33.75
%24.02
%42.24

CMYK Percentages of Color #a374cc

%20
%43
%0
%20

Triadic Colors of #a374cc

#a374cc #cca374 #74cca3

Analogous Colors of #a374cc

#a374cc #cc74c9 #7774cc

Monochromatic Colors of #a374cc

#a374cc

Complementary Color

#a374cc #9dcc74

#a374cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a374cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a374cc Color CSS Codes

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

#a374cc Text Font Color

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

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


#a374cc Background Color

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

This div background color is #a374cc


#a374cc Border Color

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

This div border color is #a374cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a374cc


Comments

No comments written yet.

Please login to write comment.