Color Hex Logo

#a877ec Color Hex

#A877EC
(168,119,236)
0 Favorites   0 Comments

Color spaces of #a877ec

RGB 168119236
HSL0.740.750.70
HSV265°50°93°
CMYK 0.290.500.00   0.07
XYZ37.885627.574682.6825
Yxy27.57460.25570.1861
Hunter Lab52.511536.8876-56.5975
CIE-Lab59.502542.5308-52.2890

#a877ec color RGB value is (168,119,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110111 11101100
Octal 250 167 354
Decimal 168 119 236
Hex A8 77 EC

RGB Percentages of Color #a877ec

%32.12
%22.75
%45.12

CMYK Percentages of Color #a877ec

%29
%50
%0
%7

Triadic Colors of #a877ec

#a877ec #eca877 #77eca8

Analogous Colors of #a877ec

#a877ec #e377ec #7781ec

Monochromatic Colors of #a877ec

#a877ec

Complementary Color

#a877ec #bbec77

#a877ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a877ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a877ec Color CSS Codes

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

#a877ec Text Font Color

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

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


#a877ec Background Color

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

This div background color is #a877ec


#a877ec Border Color

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

This div border color is #a877ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,119,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a877ec


Comments

No comments written yet.

Please login to write comment.