Color Hex Logo

#a938ca Color Hex

#A938CA
(169,56,202)
0 Favorites   0 Comments

Color spaces of #a938ca

RGB 16956202
HSL0.800.580.51
HSV286°72°79°
CMYK 0.160.720.00   0.21
XYZ28.437015.527657.3754
Yxy15.52760.28060.1532
Hunter Lab39.405159.8571-58.7451
CIE-Lab46.348565.6709-54.0445

#a938ca color RGB value is (169,56,202).

#a938ca hex color red value is 169, green value is 56 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a938ca hue: 0.80 , saturation: 0.58 and the lightness value of a938ca is 0.51.

The process color (four color CMYK) of #a938ca color hex is 0.16, 0.72, 0.00, 0.21. Web safe color of #a938ca is #9933cc. Color #a938ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111000 11001010
Octal 251 70 312
Decimal 169 56 202
Hex A9 38 CA

RGB Percentages of Color #a938ca

%39.58
%13.11
%47.31

CMYK Percentages of Color #a938ca

%16
%72
%0
%21

Triadic Colors of #a938ca

#a938ca #caa938 #38caa9

Analogous Colors of #a938ca

#a938ca #ca38a2 #6038ca

Monochromatic Colors of #a938ca

#a938ca

Complementary Color

#a938ca #59ca38

#a938ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a938ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a938ca Color CSS Codes

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

#a938ca Text Font Color

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

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


#a938ca Background Color

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

This div background color is #a938ca


#a938ca Border Color

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

This div border color is #a938ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a938ca


Comments

No comments written yet.

Please login to write comment.