Color Hex Logo

#a83fbf Color Hex

#A83FBF
(168,63,191)
0 Favorites   0 Comments

Color spaces of #a83fbf

RGB 16863191
HSL0.800.500.50
HSV289°67°75°
CMYK 0.120.670.00   0.25
XYZ27.329915.641450.8689
Yxy15.64140.29120.1667
Hunter Lab39.549254.1387-48.5754
CIE-Lab46.500560.6187-47.4295

#a83fbf color RGB value is (168,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111111 10111111
Octal 250 77 277
Decimal 168 63 191
Hex A8 3F BF

RGB Percentages of Color #a83fbf

%39.81
%14.93
%45.26

CMYK Percentages of Color #a83fbf

%12
%67
%0
%25

Triadic Colors of #a83fbf

#a83fbf #bfa83f #3fbfa8

Analogous Colors of #a83fbf

#a83fbf #bf3f96 #683fbf

Monochromatic Colors of #a83fbf

#a83fbf

Complementary Color

#a83fbf #56bf3f

#a83fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83fbf Color CSS Codes

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

#a83fbf Text Font Color

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

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


#a83fbf Background Color

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

This div background color is #a83fbf


#a83fbf Border Color

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

This div border color is #a83fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83fbf


Comments

No comments written yet.

Please login to write comment.