Color Hex Logo

#a83ecb Color Hex

#A83ECB
(168,62,203)
0 Favorites   0 Comments

Color spaces of #a83ecb

RGB 16862203
HSL0.790.580.52
HSV285°69°80°
CMYK 0.170.690.00   0.20
XYZ28.650616.081958.0940
Yxy16.08190.27860.1564
Hunter Lab40.102257.3484-57.8187
CIE-Lab47.081863.3456-53.4519

#a83ecb color RGB value is (168,62,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111110 11001011
Octal 250 76 313
Decimal 168 62 203
Hex A8 3E CB

RGB Percentages of Color #a83ecb

%38.80
%14.32
%46.88

CMYK Percentages of Color #a83ecb

%17
%69
%0
%20

Triadic Colors of #a83ecb

#a83ecb #cba83e #3ecba8

Analogous Colors of #a83ecb

#a83ecb #cb3ea8 #623ecb

Monochromatic Colors of #a83ecb

#a83ecb

Complementary Color

#a83ecb #61cb3e

#a83ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83ecb Color CSS Codes

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

#a83ecb Text Font Color

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

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


#a83ecb Background Color

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

This div background color is #a83ecb


#a83ecb Border Color

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

This div border color is #a83ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83ecb


Comments

No comments written yet.

Please login to write comment.