Color Hex Logo

#a83cce Color Hex

#A83CCE
(168,60,206)
0 Favorites   0 Comments

Color spaces of #a83cce

RGB 16860206
HSL0.790.600.52
HSV284°71°81°
CMYK 0.180.710.00   0.19
XYZ28.904916.012859.9598
Yxy16.01280.27560.1527
Hunter Lab40.016058.9086-60.8287
CIE-Lab46.991364.7246-55.3262

#a83cce color RGB value is (168,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111100 11001110
Octal 250 74 316
Decimal 168 60 206
Hex A8 3C CE

RGB Percentages of Color #a83cce

%38.71
%13.82
%47.47

CMYK Percentages of Color #a83cce

%18
%71
%0
%19

Triadic Colors of #a83cce

#a83cce #cea83c #3ccea8

Analogous Colors of #a83cce

#a83cce #ce3cab #5f3cce

Monochromatic Colors of #a83cce

#a83cce

Complementary Color

#a83cce #62ce3c

#a83cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83cce Color CSS Codes

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

#a83cce Text Font Color

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

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


#a83cce Background Color

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

This div background color is #a83cce


#a83cce Border Color

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

This div border color is #a83cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83cce


Comments

No comments written yet.

Please login to write comment.