Color Hex Logo

#8040bf Color Hex

#8040BF
(128,64,191)
0 Favorites   0 Comments

Color spaces of #8040bf

RGB 12864191
HSL0.750.500.50
HSV270°66°75°
CMYK 0.330.660.00   0.25
XYZ20.139512.017650.5484
Yxy12.01760.24350.1453
Hunter Lab34.666443.0336-62.1865
CIE-Lab41.244151.3433-56.1656

#8040bf color RGB value is (128,64,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000000 10111111
Octal 200 100 277
Decimal 128 64 191
Hex 80 40 BF

RGB Percentages of Color #8040bf

%33.42
%16.71
%49.87

CMYK Percentages of Color #8040bf

%33
%66
%0
%25

Triadic Colors of #8040bf

#8040bf #bf8040 #40bf80

Analogous Colors of #8040bf

#8040bf #bf40bf #4040bf

Monochromatic Colors of #8040bf

#8040bf

Complementary Color

#8040bf #7fbf40

#8040bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8040bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8040bf Color CSS Codes

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

#8040bf Text Font Color

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

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


#8040bf Background Color

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

This div background color is #8040bf


#8040bf Border Color

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

This div border color is #8040bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8040bf

#8040bf Color Palettes


Comments

No comments written yet.

Please login to write comment.