Color Hex Logo

#a249cd Color Hex

#A249CD
(162,73,205)
0 Favorites   0 Comments

Color spaces of #a249cd

RGB 16273205
HSL0.780.570.55
HSV280°64°80°
CMYK 0.210.640.00   0.20
XYZ28.302316.854259.5191
Yxy16.85420.27040.1610
Hunter Lab41.053951.2126-57.2198
CIE-Lab48.075857.6969-53.0537

#a249cd color RGB value is (162,73,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001001 11001101
Octal 242 111 315
Decimal 162 73 205
Hex A2 49 CD

RGB Percentages of Color #a249cd

%36.82
%16.59
%46.59

CMYK Percentages of Color #a249cd

%21
%64
%0
%20

Triadic Colors of #a249cd

#a249cd #cda249 #49cda2

Analogous Colors of #a249cd

#a249cd #cd49b6 #6049cd

Monochromatic Colors of #a249cd

#a249cd

Complementary Color

#a249cd #74cd49

#a249cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a249cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a249cd Color CSS Codes

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

#a249cd Text Font Color

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

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


#a249cd Background Color

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

This div background color is #a249cd


#a249cd Border Color

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

This div border color is #a249cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a249cd


Comments

No comments written yet.

Please login to write comment.