color codes Logo

#a249dc color codes

#A249DC
(162,73,220)
0 Favorites   0 Comments

Color spaces of #a249dc

RGB 16273220
HSL0.770.680.57
HSV276°67°86°
CMYK 0.260.670.00   0.14
XYZ30.201117.613869.5182
Yxy17.61380.25740.1501
Hunter Lab41.968855.0047-68.8313
CIE-Lab49.024360.9143-60.1062

#a249dc color RGB value is (162,73,220).

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

The process color (four color CMYK) of #a249dc color code is 0.26, 0.67, 0.00, 0.14. Web safe color of #a249dc is #9933cc. Color #a249dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001001 11011100
Octal 242 111 334
Decimal 162 73 220
Hex A2 49 DC

RGB Percentages of Color #a249dc

%35.60
%16.04
%48.35

CMYK Percentages of Color #a249dc

%26
%67
%0
%14

Triadic Colors of #a249dc

#a249dc #dca249 #49dca2

Analogous Colors of #a249dc

#a249dc #dc49cd #5949dc

Monochromatic Colors of #a249dc

#a249dc

Complementary Color

#a249dc #83dc49

#a249dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a249dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a249dc Color CSS Codes

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

#a249dc Text Font Color

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

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


#a249dc Background Color

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

This div background color is #a249dc


#a249dc Border Color

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

This div border color is #a249dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a249dc


Comments

No comments written yet.

Please login to write comment.