Color Hex Logo

#800fbe Color Hex

#800FBE
(128,15,190)
0 Favorites   0 Comments

Color spaces of #800fbe

RGB 12815190
HSL0.770.850.40
HSV279°92°75°
CMYK 0.330.920.00   0.25
XYZ18.36728.648549.4165
Yxy8.64850.24030.1132
Hunter Lab29.408360.0190-79.0425
CIE-Lab35.298567.9569-65.2519

#800fbe color RGB value is (128,15,190).

#800fbe hex color red value is 128, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #800fbe hue: 0.77 , saturation: 0.85 and the lightness value of 800fbe is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001111 10111110
Octal 200 17 276
Decimal 128 15 190
Hex 80 F BE

RGB Percentages of Color #800fbe

%38.44
%4.50
%57.06

CMYK Percentages of Color #800fbe

%33
%92
%0
%25

Triadic Colors of #800fbe

#800fbe #be800f #0fbe80

Analogous Colors of #800fbe

#800fbe #be0fa5 #280fbe

Monochromatic Colors of #800fbe

#800fbe

Complementary Color

#800fbe #4dbe0f

#800fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#800fbe Color CSS Codes

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

#800fbe Text Font Color

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

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


#800fbe Background Color

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

This div background color is #800fbe


#800fbe Border Color

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

This div border color is #800fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800fbe


Comments

No comments written yet.

Please login to write comment.