Color Hex Logo

#804bef Color Hex

#804BEF
(128,75,239)
0 Favorites   0 Comments

Color spaces of #804bef

RGB 12875239
HSL0.720.840.62
HSV259°69°94°
CMYK 0.460.690.00   0.06
XYZ26.998215.853383.2984
Yxy15.85330.21400.1257
Hunter Lab39.816251.3573-96.1677
CIE-Lab46.781458.0670-74.6738

#804bef color RGB value is (128,75,239).

#804bef hex color red value is 128, green value is 75 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #804bef hue: 0.72 , saturation: 0.84 and the lightness value of 804bef is 0.62.

The process color (four color CMYK) of #804bef color hex is 0.46, 0.69, 0.00, 0.06. Web safe color of #804bef is #9933ff. Color #804bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001011 11101111
Octal 200 113 357
Decimal 128 75 239
Hex 80 4B EF

RGB Percentages of Color #804bef

%28.96
%16.97
%54.07

CMYK Percentages of Color #804bef

%46
%69
%0
%6

Triadic Colors of #804bef

#804bef #ef804b #4bef80

Analogous Colors of #804bef

#804bef #d24bef #4b68ef

Monochromatic Colors of #804bef

#804bef

Complementary Color

#804bef #baef4b

#804bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#804bef Color CSS Codes

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

#804bef Text Font Color

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

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


#804bef Background Color

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

This div background color is #804bef


#804bef Border Color

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

This div border color is #804bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,75,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804bef;
  -webkit-box-shadow: 1px 1px 3px 2px #804bef;
  box-shadow:         1px 1px 3px 2px #804bef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804bef


Comments

No comments written yet.

Please login to write comment.