Color Hex Logo

#a277eb Color Hex

#A277EB
(162,119,235)
0 Favorites   0 Comments

Color spaces of #a277eb

RGB 162119235
HSL0.730.740.69
HSV262°49°92°
CMYK 0.310.490.00   0.08
XYZ36.492526.873281.8609
Yxy26.87320.25130.1850
Hunter Lab51.839434.9368-57.3388
CIE-Lab58.856840.7472-52.7959

#a277eb color RGB value is (162,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110111 11101011
Octal 242 167 353
Decimal 162 119 235
Hex A2 77 EB

RGB Percentages of Color #a277eb

%31.40
%23.06
%45.54

CMYK Percentages of Color #a277eb

%31
%49
%0
%8

Triadic Colors of #a277eb

#a277eb #eba277 #77eba2

Analogous Colors of #a277eb

#a277eb #dc77eb #7786eb

Monochromatic Colors of #a277eb

#a277eb

Complementary Color

#a277eb #c0eb77

#a277eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a277eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a277eb Color CSS Codes

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

#a277eb Text Font Color

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

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


#a277eb Background Color

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

This div background color is #a277eb


#a277eb Border Color

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

This div border color is #a277eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a277eb


Comments

No comments written yet.

Please login to write comment.