Color Hex Logo

#a83cbb Color Hex

#A83CBB
(168,60,187)
0 Favorites   0 Comments

Color spaces of #a83cbb

RGB 16860187
HSL0.810.510.48
HSV291°68°73°
CMYK 0.100.680.00   0.27
XYZ26.733915.144448.5278
Yxy15.14440.29570.1675
Hunter Lab38.915854.5211-46.6932
CIE-Lab45.831361.0862-46.1650

#a83cbb color RGB value is (168,60,187).

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

The process color (four color CMYK) of #a83cbb color hex is 0.10, 0.68, 0.00, 0.27. Web safe color of #a83cbb is #9933cc. Color #a83cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111100 10111011
Octal 250 74 273
Decimal 168 60 187
Hex A8 3C BB

RGB Percentages of Color #a83cbb

%40.48
%14.46
%45.06

CMYK Percentages of Color #a83cbb

%10
%68
%0
%27

Triadic Colors of #a83cbb

#a83cbb #bba83c #3cbba8

Analogous Colors of #a83cbb

#a83cbb #bb3c8f #693cbb

Monochromatic Colors of #a83cbb

#a83cbb

Complementary Color

#a83cbb #4fbb3c

#a83cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83cbb Color CSS Codes

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

#a83cbb Text Font Color

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

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


#a83cbb Background Color

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

This div background color is #a83cbb


#a83cbb Border Color

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

This div border color is #a83cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83cbb


Comments

No comments written yet.

Please login to write comment.