Color Hex Logo

#a883ef Color Hex

#A883EF
(168,131,239)
0 Favorites   0 Comments

Color spaces of #a883ef

RGB 168131239
HSL0.720.770.73
HSV261°45°94°
CMYK 0.300.450.00   0.06
XYZ39.844730.789485.5043
Yxy30.78940.25520.1972
Hunter Lab55.488231.0721-52.5209
CIE-Lab62.329436.5819-49.4675

#a883ef color RGB value is (168,131,239).

#a883ef hex color red value is 168, green value is 131 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a883ef hue: 0.72 , saturation: 0.77 and the lightness value of a883ef is 0.73.

The process color (four color CMYK) of #a883ef color hex is 0.30, 0.45, 0.00, 0.06. Web safe color of #a883ef is #9999ff. Color #a883ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000011 11101111
Octal 250 203 357
Decimal 168 131 239
Hex A8 83 EF

RGB Percentages of Color #a883ef

%31.23
%24.35
%44.42

CMYK Percentages of Color #a883ef

%30
%45
%0
%6

Triadic Colors of #a883ef

#a883ef #efa883 #83efa8

Analogous Colors of #a883ef

#a883ef #de83ef #8394ef

Monochromatic Colors of #a883ef

#a883ef

Complementary Color

#a883ef #caef83

#a883ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a883ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a883ef Color CSS Codes

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

#a883ef Text Font Color

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

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


#a883ef Background Color

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

This div background color is #a883ef


#a883ef Border Color

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

This div border color is #a883ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a883ef


Comments

No comments written yet.

Please login to write comment.