Color Hex Logo

#a239cd Color Hex

#A239CD
(162,57,205)
0 Favorites   0 Comments

Color spaces of #a239cd

RGB 16257205
HSL0.780.600.51
HSV283°72°80°
CMYK 0.210.720.00   0.20
XYZ27.382915.015459.2126
Yxy15.01540.26950.1478
Hunter Lab38.749758.3270-63.4750
CIE-Lab45.655364.4748-56.9458

#a239cd color RGB value is (162,57,205).

#a239cd hex color red value is 162, green value is 57 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a239cd hue: 0.78 , saturation: 0.60 and the lightness value of a239cd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111001 11001101
Octal 242 71 315
Decimal 162 57 205
Hex A2 39 CD

RGB Percentages of Color #a239cd

%38.21
%13.44
%48.35

CMYK Percentages of Color #a239cd

%21
%72
%0
%20

Triadic Colors of #a239cd

#a239cd #cda239 #39cda2

Analogous Colors of #a239cd

#a239cd #cd39ae #5839cd

Monochromatic Colors of #a239cd

#a239cd

Complementary Color

#a239cd #64cd39

#a239cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a239cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a239cd Color CSS Codes

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

#a239cd Text Font Color

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

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


#a239cd Background Color

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

This div background color is #a239cd


#a239cd Border Color

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

This div border color is #a239cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,57,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a239cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a239cd;
  -webkit-box-shadow: 1px 1px 3px 2px #a239cd;
  box-shadow:         1px 1px 3px 2px #a239cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,57,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a239cd


Comments

No comments written yet.

Please login to write comment.