Color Hex Logo

#a177ed Color Hex

#A177ED
(161,119,237)
0 Favorites   0 Comments

Color spaces of #a177ed

RGB 161119237
HSL0.730.770.70
HSV261°50°93°
CMYK 0.320.500.00   0.07
XYZ36.580826.885183.3821
Yxy26.88510.24910.1831
Hunter Lab51.850835.1929-59.0495
CIE-Lab58.867840.9924-53.8964

#a177ed color RGB value is (161,119,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 11101101
Octal 241 167 355
Decimal 161 119 237
Hex A1 77 ED

RGB Percentages of Color #a177ed

%31.14
%23.02
%45.84

CMYK Percentages of Color #a177ed

%32
%50
%0
%7

Triadic Colors of #a177ed

#a177ed #eda177 #77eda1

Analogous Colors of #a177ed

#a177ed #dc77ed #7788ed

Monochromatic Colors of #a177ed

#a177ed

Complementary Color

#a177ed #c3ed77

#a177ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177ed Color CSS Codes

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

#a177ed Text Font Color

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

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


#a177ed Background Color

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

This div background color is #a177ed


#a177ed Border Color

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

This div border color is #a177ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177ed


Comments

No comments written yet.

Please login to write comment.