Color Hex Logo

#a375ca Color Hex

#A375CA
(163,117,202)
0 Favorites   0 Comments

Color spaces of #a375ca

RGB 163117202
HSL0.760.450.63
HSV272°42°79°
CMYK 0.190.420.00   0.21
XYZ32.126224.773458.9656
Yxy24.77340.27730.2138
Hunter Lab49.772928.1113-35.3994
CIE-Lab56.854034.2664-37.4105

#a375ca color RGB value is (163,117,202).

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

The process color (four color CMYK) of #a375ca color hex is 0.19, 0.42, 0.00, 0.21. Web safe color of #a375ca is #9966cc. Color #a375ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110101 11001010
Octal 243 165 312
Decimal 163 117 202
Hex A3 75 CA

RGB Percentages of Color #a375ca

%33.82
%24.27
%41.91

CMYK Percentages of Color #a375ca

%19
%42
%0
%21

Triadic Colors of #a375ca

#a375ca #caa375 #75caa3

Analogous Colors of #a375ca

#a375ca #ca75c7 #7975ca

Monochromatic Colors of #a375ca

#a375ca

Complementary Color

#a375ca #9cca75

#a375ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a375ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a375ca Color CSS Codes

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

#a375ca Text Font Color

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

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


#a375ca Background Color

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

This div background color is #a375ca


#a375ca Border Color

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

This div border color is #a375ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a375ca


Comments

No comments written yet.

Please login to write comment.