Color Hex Logo

#805fbe Color Hex

#805FBE
(128,95,190)
0 Favorites   0 Comments

Color spaces of #805fbe

RGB 12895190
HSL0.720.420.56
HSV261°50°75°
CMYK 0.330.500.00   0.25
XYZ22.288616.491350.7236
Yxy16.49130.24900.1843
Hunter Lab40.609526.9035-45.6300
CIE-Lab47.612634.1395-45.3642

#805fbe color RGB value is (128,95,190).

#805fbe hex color red value is 128, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #805fbe hue: 0.72 , saturation: 0.42 and the lightness value of 805fbe is 0.56.

The process color (four color CMYK) of #805fbe color hex is 0.33, 0.50, 0.00, 0.25. Web safe color of #805fbe is #9966cc. Color #805fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011111 10111110
Octal 200 137 276
Decimal 128 95 190
Hex 80 5F BE

RGB Percentages of Color #805fbe

%30.99
%23.00
%46.00

CMYK Percentages of Color #805fbe

%33
%50
%0
%25

Triadic Colors of #805fbe

#805fbe #be805f #5fbe80

Analogous Colors of #805fbe

#805fbe #b05fbe #5f6ebe

Monochromatic Colors of #805fbe

#805fbe

Complementary Color

#805fbe #9dbe5f

#805fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#805fbe Color CSS Codes

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

#805fbe Text Font Color

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

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


#805fbe Background Color

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

This div background color is #805fbe


#805fbe Border Color

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

This div border color is #805fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,95,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #805fbe;
  box-shadow:         1px 1px 3px 2px #805fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,95,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805fbe


Comments

No comments written yet.

Please login to write comment.