Color Hex Logo

#a83bca Color Hex

#A83BCA
(168,59,202)
0 Favorites   0 Comments

Color spaces of #a83bca

RGB 16859202
HSL0.790.570.51
HSV286°71°79°
CMYK 0.170.710.00   0.21
XYZ28.373115.717057.4154
Yxy15.71700.27950.1548
Hunter Lab39.644758.3716-58.1155
CIE-Lab46.601064.3320-53.6467

#a83bca color RGB value is (168,59,202).

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

The process color (four color CMYK) of #a83bca color hex is 0.17, 0.71, 0.00, 0.21. Web safe color of #a83bca is #9933cc. Color #a83bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111011 11001010
Octal 250 73 312
Decimal 168 59 202
Hex A8 3B CA

RGB Percentages of Color #a83bca

%39.16
%13.75
%47.09

CMYK Percentages of Color #a83bca

%17
%71
%0
%21

Triadic Colors of #a83bca

#a83bca #caa83b #3bcaa8

Analogous Colors of #a83bca

#a83bca #ca3ba5 #603bca

Monochromatic Colors of #a83bca

#a83bca

Complementary Color

#a83bca #5dca3b

#a83bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83bca Color CSS Codes

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

#a83bca Text Font Color

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

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


#a83bca Background Color

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

This div background color is #a83bca


#a83bca Border Color

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

This div border color is #a83bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83bca


Comments

No comments written yet.

Please login to write comment.