Color Hex Logo

#a274ed Color Hex

#A274ED
(162,116,237)
0 Favorites   0 Comments

Color spaces of #a274ed

RGB 162116237
HSL0.730.770.69
HSV263°51°93°
CMYK 0.320.510.00   0.07
XYZ36.431726.286683.2744
Yxy26.28660.24950.1801
Hunter Lab51.270537.1150-60.4106
CIE-Lab58.308142.9103-54.7826

#a274ed color RGB value is (162,116,237).

#a274ed hex color red value is 162, green value is 116 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a274ed hue: 0.73 , saturation: 0.77 and the lightness value of a274ed is 0.69.

The process color (four color CMYK) of #a274ed color hex is 0.32, 0.51, 0.00, 0.07. Web safe color of #a274ed is #9966ff. Color #a274ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110100 11101101
Octal 242 164 355
Decimal 162 116 237
Hex A2 74 ED

RGB Percentages of Color #a274ed

%31.46
%22.52
%46.02

CMYK Percentages of Color #a274ed

%32
%51
%0
%7

Triadic Colors of #a274ed

#a274ed #eda274 #74eda2

Analogous Colors of #a274ed

#a274ed #df74ed #7483ed

Monochromatic Colors of #a274ed

#a274ed

Complementary Color

#a274ed #bfed74

#a274ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a274ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a274ed Color CSS Codes

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

#a274ed Text Font Color

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

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


#a274ed Background Color

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

This div background color is #a274ed


#a274ed Border Color

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

This div border color is #a274ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a274ed


Comments

No comments written yet.

Please login to write comment.