Color Hex Logo

#a880eb Color Hex

#A880EB
(168,128,235)
0 Favorites   0 Comments

Color spaces of #a880eb

RGB 168128235
HSL0.730.730.71
HSV262°46°92°
CMYK 0.290.460.00   0.08
XYZ38.863029.761382.2935
Yxy29.76130.25750.1972
Hunter Lab54.553931.6901-51.2500
CIE-Lab61.447737.2836-48.6485

#a880eb color RGB value is (168,128,235).

#a880eb hex color red value is 168, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a880eb hue: 0.73 , saturation: 0.73 and the lightness value of a880eb is 0.71.

The process color (four color CMYK) of #a880eb color hex is 0.29, 0.46, 0.00, 0.08. Web safe color of #a880eb is #9999ff. Color #a880eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 11101011
Octal 250 200 353
Decimal 168 128 235
Hex A8 80 EB

RGB Percentages of Color #a880eb

%31.64
%24.11
%44.26

CMYK Percentages of Color #a880eb

%29
%46
%0
%8

Triadic Colors of #a880eb

#a880eb #eba880 #80eba8

Analogous Colors of #a880eb

#a880eb #de80eb #808eeb

Monochromatic Colors of #a880eb

#a880eb

Complementary Color

#a880eb #c3eb80

#a880eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a880eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a880eb Color CSS Codes

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

#a880eb Text Font Color

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

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


#a880eb Background Color

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

This div background color is #a880eb


#a880eb Border Color

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

This div border color is #a880eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a880eb


Comments

No comments written yet.

Please login to write comment.