Color Hex Logo

#803fbf Color Hex

#803FBF
(128,63,191)
0 Favorites   0 Comments

Color spaces of #803fbf

RGB 12863191
HSL0.750.500.50
HSV270°67°75°
CMYK 0.330.670.00   0.25
XYZ20.083611.905850.5297
Yxy11.90580.24340.1443
Hunter Lab34.504843.5130-62.6725
CIE-Lab41.066051.8347-56.4536

#803fbf color RGB value is (128,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111111 10111111
Octal 200 77 277
Decimal 128 63 191
Hex 80 3F BF

RGB Percentages of Color #803fbf

%33.51
%16.49
%50.00

CMYK Percentages of Color #803fbf

%33
%67
%0
%25

Triadic Colors of #803fbf

#803fbf #bf803f #3fbf80

Analogous Colors of #803fbf

#803fbf #bf3fbe #403fbf

Monochromatic Colors of #803fbf

#803fbf

Complementary Color

#803fbf #7ebf3f

#803fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#803fbf Color CSS Codes

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

#803fbf Text Font Color

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

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


#803fbf Background Color

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

This div background color is #803fbf


#803fbf Border Color

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

This div border color is #803fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803fbf


Comments

No comments written yet.

Please login to write comment.