Color Hex Logo

#a83cbf Color Hex

#A83CBF
(168,60,191)
0 Favorites   0 Comments

Color spaces of #a83cbf

RGB 16860191
HSL0.800.520.49
HSV289°69°75°
CMYK 0.120.690.00   0.25
XYZ27.168315.318150.8150
Yxy15.31810.29120.1642
Hunter Lab39.138355.4156-49.5819
CIE-Lab46.066861.8360-48.1223

#a83cbf color RGB value is (168,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111100 10111111
Octal 250 74 277
Decimal 168 60 191
Hex A8 3C BF

RGB Percentages of Color #a83cbf

%40.10
%14.32
%45.58

CMYK Percentages of Color #a83cbf

%12
%69
%0
%25

Triadic Colors of #a83cbf

#a83cbf #bfa83c #3cbfa8

Analogous Colors of #a83cbf

#a83cbf #bf3c95 #673cbf

Monochromatic Colors of #a83cbf

#a83cbf

Complementary Color

#a83cbf #53bf3c

#a83cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83cbf Color CSS Codes

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

#a83cbf Text Font Color

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

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


#a83cbf Background Color

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

This div background color is #a83cbf


#a83cbf Border Color

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

This div border color is #a83cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83cbf


Comments

No comments written yet.

Please login to write comment.