Color Hex Logo

#a83fcb Color Hex

#A83FCB
(168,63,203)
0 Favorites   0 Comments

Color spaces of #a83fcb

RGB 16863203
HSL0.790.570.52
HSV285°69°80°
CMYK 0.170.690.00   0.20
XYZ28.705416.191658.1123
Yxy16.19160.27870.1572
Hunter Lab40.238856.9198-57.4586
CIE-Lab47.224962.9424-53.2222

#a83fcb color RGB value is (168,63,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111111 11001011
Octal 250 77 313
Decimal 168 63 203
Hex A8 3F CB

RGB Percentages of Color #a83fcb

%38.71
%14.52
%46.77

CMYK Percentages of Color #a83fcb

%17
%69
%0
%20

Triadic Colors of #a83fcb

#a83fcb #cba83f #3fcba8

Analogous Colors of #a83fcb

#a83fcb #cb3fa8 #623fcb

Monochromatic Colors of #a83fcb

#a83fcb

Complementary Color

#a83fcb #62cb3f

#a83fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83fcb Color CSS Codes

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

#a83fcb Text Font Color

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

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


#a83fcb Background Color

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

This div background color is #a83fcb


#a83fcb Border Color

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

This div border color is #a83fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83fcb


Comments

No comments written yet.

Please login to write comment.