Color Hex Logo

#a375dc Color Hex

#A375DC
(163,117,220)
0 Favorites   0 Comments

Color spaces of #a375dc

RGB 163117220
HSL0.740.600.66
HSV267°47°86°
CMYK 0.260.470.00   0.14
XYZ34.383825.676470.8540
Yxy25.67640.26260.1961
Hunter Lab50.671932.4468-47.4343
CIE-Lab57.728638.4709-46.1948

#a375dc color RGB value is (163,117,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110101 11011100
Octal 243 165 334
Decimal 163 117 220
Hex A3 75 DC

RGB Percentages of Color #a375dc

%32.60
%23.40
%44.00

CMYK Percentages of Color #a375dc

%26
%47
%0
%14

Triadic Colors of #a375dc

#a375dc #dca375 #75dca3

Analogous Colors of #a375dc

#a375dc #d775dc #757bdc

Monochromatic Colors of #a375dc

#a375dc

Complementary Color

#a375dc #aedc75

#a375dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a375dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a375dc Color CSS Codes

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

#a375dc Text Font Color

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

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


#a375dc Background Color

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

This div background color is #a375dc


#a375dc Border Color

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

This div border color is #a375dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a375dc


Comments

No comments written yet.

Please login to write comment.