Color Hex Logo

#a83fcc Color Hex

#A83FCC
(168,63,204)
0 Favorites   0 Comments

Color spaces of #a83fcc

RGB 16863204
HSL0.790.580.52
HSV285°69°80°
CMYK 0.180.690.00   0.20
XYZ28.825016.239558.7420
Yxy16.23950.27770.1564
Hunter Lab40.298357.1576-58.2171
CIE-Lab47.287263.1392-53.6986

#a83fcc color RGB value is (168,63,204).

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

The process color (four color CMYK) of #a83fcc color hex is 0.18, 0.69, 0.00, 0.20. Web safe color of #a83fcc is #9933cc. Color #a83fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111111 11001100
Octal 250 77 314
Decimal 168 63 204
Hex A8 3F CC

RGB Percentages of Color #a83fcc

%38.62
%14.48
%46.90

CMYK Percentages of Color #a83fcc

%18
%69
%0
%20

Triadic Colors of #a83fcc

#a83fcc #cca83f #3fcca8

Analogous Colors of #a83fcc

#a83fcc #cc3faa #613fcc

Monochromatic Colors of #a83fcc

#a83fcc

Complementary Color

#a83fcc #63cc3f

#a83fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83fcc Color CSS Codes

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

#a83fcc Text Font Color

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

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


#a83fcc Background Color

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

This div background color is #a83fcc


#a83fcc Border Color

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

This div border color is #a83fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83fcc


Comments

No comments written yet.

Please login to write comment.