Color Hex Logo

#a877ed Color Hex

#A877ED
(168,119,237)
0 Favorites   0 Comments

Color spaces of #a877ed

RGB 168119237
HSL0.740.770.70
HSV265°50°93°
CMYK 0.290.500.00   0.07
XYZ38.031327.632983.4500
Yxy27.63290.25500.1853
Hunter Lab52.567037.1493-57.3258
CIE-Lab59.555642.7727-52.7602

#a877ed color RGB value is (168,119,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110111 11101101
Octal 250 167 355
Decimal 168 119 237
Hex A8 77 ED

RGB Percentages of Color #a877ed

%32.06
%22.71
%45.23

CMYK Percentages of Color #a877ed

%29
%50
%0
%7

Triadic Colors of #a877ed

#a877ed #eda877 #77eda8

Analogous Colors of #a877ed

#a877ed #e377ed #7781ed

Monochromatic Colors of #a877ed

#a877ed

Complementary Color

#a877ed #bced77

#a877ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a877ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a877ed Color CSS Codes

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

#a877ed Text Font Color

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

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


#a877ed Background Color

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

This div background color is #a877ed


#a877ed Border Color

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

This div border color is #a877ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a877ed


Comments

No comments written yet.

Please login to write comment.