Color Hex Logo

#a83fbd Color Hex

#A83FBD
(168,63,189)
0 Favorites   0 Comments

Color spaces of #a83fbd

RGB 16863189
HSL0.810.500.49
HSV290°67°74°
CMYK 0.110.670.00   0.26
XYZ27.111315.554049.7174
Yxy15.55400.29350.1684
Hunter Lab39.438653.6890-47.1357
CIE-Lab46.383860.2391-46.4507

#a83fbd color RGB value is (168,63,189).

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

The process color (four color CMYK) of #a83fbd color hex is 0.11, 0.67, 0.00, 0.26. Web safe color of #a83fbd is #9933cc. Color #a83fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111111 10111101
Octal 250 77 275
Decimal 168 63 189
Hex A8 3F BD

RGB Percentages of Color #a83fbd

%40.00
%15.00
%45.00

CMYK Percentages of Color #a83fbd

%11
%67
%0
%26

Triadic Colors of #a83fbd

#a83fbd #bda83f #3fbda8

Analogous Colors of #a83fbd

#a83fbd #bd3f93 #693fbd

Monochromatic Colors of #a83fbd

#a83fbd

Complementary Color

#a83fbd #54bd3f

#a83fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83fbd Color CSS Codes

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

#a83fbd Text Font Color

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

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


#a83fbd Background Color

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

This div background color is #a83fbd


#a83fbd Border Color

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

This div border color is #a83fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83fbd


Comments

No comments written yet.

Please login to write comment.