Color Hex Logo

#a372da Color Hex

#A372DA
(163,114,218)
0 Favorites   0 Comments

Color spaces of #a372da

RGB 163114218
HSL0.750.580.65
HSV268°48°85°
CMYK 0.250.480.00   0.15
XYZ33.776524.883169.3524
Yxy24.88310.26390.1944
Hunter Lab49.883033.5698-47.5130
CIE-Lab56.961339.6681-46.2846

#a372da color RGB value is (163,114,218).

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

The process color (four color CMYK) of #a372da color hex is 0.25, 0.48, 0.00, 0.15. Web safe color of #a372da is #9966cc. Color #a372da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110010 11011010
Octal 243 162 332
Decimal 163 114 218
Hex A3 72 DA

RGB Percentages of Color #a372da

%32.93
%23.03
%44.04

CMYK Percentages of Color #a372da

%25
%48
%0
%15

Triadic Colors of #a372da

#a372da #daa372 #72daa3

Analogous Colors of #a372da

#a372da #d772da #7275da

Monochromatic Colors of #a372da

#a372da

Complementary Color

#a372da #a9da72

#a372da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a372da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a372da Color CSS Codes

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

#a372da Text Font Color

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

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


#a372da Background Color

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

This div background color is #a372da


#a372da Border Color

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

This div border color is #a372da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,114,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 #a372da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a372da


Comments

No comments written yet.

Please login to write comment.