Color Hex Logo

#a83ace Color Hex

#A83ACE
(168,58,206)
0 Favorites   0 Comments

Color spaces of #a83ace

RGB 16858206
HSL0.790.600.52
HSV285°72°81°
CMYK 0.180.720.00   0.19
XYZ28.802115.807259.9256
Yxy15.80720.27550.1512
Hunter Lab39.758359.7339-61.5340
CIE-Lab46.720565.4925-55.7619

#a83ace color RGB value is (168,58,206).

#a83ace hex color red value is 168, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a83ace hue: 0.79 , saturation: 0.60 and the lightness value of a83ace is 0.52.

The process color (four color CMYK) of #a83ace color hex is 0.18, 0.72, 0.00, 0.19. Web safe color of #a83ace is #9933cc. Color #a83ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111010 11001110
Octal 250 72 316
Decimal 168 58 206
Hex A8 3A CE

RGB Percentages of Color #a83ace

%38.89
%13.43
%47.69

CMYK Percentages of Color #a83ace

%18
%72
%0
%19

Triadic Colors of #a83ace

#a83ace #cea83a #3acea8

Analogous Colors of #a83ace

#a83ace #ce3aaa #5e3ace

Monochromatic Colors of #a83ace

#a83ace

Complementary Color

#a83ace #60ce3a

#a83ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83ace Color CSS Codes

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

#a83ace Text Font Color

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

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


#a83ace Background Color

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

This div background color is #a83ace


#a83ace Border Color

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

This div border color is #a83ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83ace


Comments

No comments written yet.

Please login to write comment.