Color Hex Logo

#a372dc Color Hex

#A372DC
(163,114,220)
0 Favorites   0 Comments

Color spaces of #a372dc

RGB 163114220
HSL0.740.600.65
HSV268°48°86°
CMYK 0.260.480.00   0.14
XYZ34.039824.988570.7393
Yxy24.98850.26230.1926
Hunter Lab49.988534.0702-48.9100
CIE-Lab57.064240.1426-47.2468

#a372dc color RGB value is (163,114,220).

#a372dc hex color red value is 163, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a372dc hue: 0.74 , saturation: 0.60 and the lightness value of a372dc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110010 11011100
Octal 243 162 334
Decimal 163 114 220
Hex A3 72 DC

RGB Percentages of Color #a372dc

%32.80
%22.94
%44.27

CMYK Percentages of Color #a372dc

%26
%48
%0
%14

Triadic Colors of #a372dc

#a372dc #dca372 #72dca3

Analogous Colors of #a372dc

#a372dc #d872dc #7276dc

Monochromatic Colors of #a372dc

#a372dc

Complementary Color

#a372dc #abdc72

#a372dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a372dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a372dc Color CSS Codes

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

#a372dc Text Font Color

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

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


#a372dc Background Color

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

This div background color is #a372dc


#a372dc Border Color

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

This div border color is #a372dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a372dc


Comments

No comments written yet.

Please login to write comment.