Color Hex Logo

#a274eb Color Hex

#A274EB
(162,116,235)
0 Favorites   0 Comments

Color spaces of #a274eb

RGB 162116235
HSL0.730.750.69
HSV263°51°92°
CMYK 0.310.510.00   0.08
XYZ36.141126.170381.7438
Yxy26.17030.25090.1817
Hunter Lab51.156936.5812-58.9298
CIE-Lab58.198342.4150-53.8443

#a274eb color RGB value is (162,116,235).

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

The process color (four color CMYK) of #a274eb color hex is 0.31, 0.51, 0.00, 0.08. Web safe color of #a274eb is #9966ff. Color #a274eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110100 11101011
Octal 242 164 353
Decimal 162 116 235
Hex A2 74 EB

RGB Percentages of Color #a274eb

%31.58
%22.61
%45.81

CMYK Percentages of Color #a274eb

%31
%51
%0
%8

Triadic Colors of #a274eb

#a274eb #eba274 #74eba2

Analogous Colors of #a274eb

#a274eb #de74eb #7482eb

Monochromatic Colors of #a274eb

#a274eb

Complementary Color

#a274eb #bdeb74

#a274eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a274eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a274eb Color CSS Codes

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

#a274eb Text Font Color

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

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


#a274eb Background Color

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

This div background color is #a274eb


#a274eb Border Color

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

This div border color is #a274eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a274eb


Comments

No comments written yet.

Please login to write comment.