Color Hex Logo

#a83cbe Color Hex

#A83CBE
(168,60,190)
0 Favorites   0 Comments

Color spaces of #a83cbe

RGB 16860190
HSL0.810.520.49
HSV290°68°75°
CMYK 0.120.680.00   0.25
XYZ27.058615.274350.2373
Yxy15.27430.29230.1650
Hunter Lab39.082355.1901-48.8550
CIE-Lab46.007661.6473-47.6343

#a83cbe color RGB value is (168,60,190).

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

The process color (four color CMYK) of #a83cbe color hex is 0.12, 0.68, 0.00, 0.25. Web safe color of #a83cbe is #9933cc. Color #a83cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111100 10111110
Octal 250 74 276
Decimal 168 60 190
Hex A8 3C BE

RGB Percentages of Color #a83cbe

%40.19
%14.35
%45.45

CMYK Percentages of Color #a83cbe

%12
%68
%0
%25

Triadic Colors of #a83cbe

#a83cbe #bea83c #3cbea8

Analogous Colors of #a83cbe

#a83cbe #be3c93 #673cbe

Monochromatic Colors of #a83cbe

#a83cbe

Complementary Color

#a83cbe #52be3c

#a83cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83cbe Color CSS Codes

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

#a83cbe Text Font Color

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

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


#a83cbe Background Color

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

This div background color is #a83cbe


#a83cbe Border Color

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

This div border color is #a83cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83cbe


Comments

No comments written yet.

Please login to write comment.