Color Hex Logo

#804fba Color Hex

#804FBA
(128,79,186)
0 Favorites   0 Comments

Color spaces of #804fba

RGB 12879186
HSL0.740.440.52
HSV267°58°73°
CMYK 0.310.580.00   0.27
XYZ20.561013.726348.0201
Yxy13.72630.24980.1668
Hunter Lab37.049034.2259-50.9128
CIE-Lab43.837842.2285-49.0674

#804fba color RGB value is (128,79,186).

#804fba hex color red value is 128, green value is 79 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #804fba hue: 0.74 , saturation: 0.44 and the lightness value of 804fba is 0.52.

The process color (four color CMYK) of #804fba color hex is 0.31, 0.58, 0.00, 0.27. Web safe color of #804fba is #9966cc. Color #804fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001111 10111010
Octal 200 117 272
Decimal 128 79 186
Hex 80 4F BA

RGB Percentages of Color #804fba

%32.57
%20.10
%47.33

CMYK Percentages of Color #804fba

%31
%58
%0
%27

Triadic Colors of #804fba

#804fba #ba804f #4fba80

Analogous Colors of #804fba

#804fba #b64fba #4f54ba

Monochromatic Colors of #804fba

#804fba

Complementary Color

#804fba #89ba4f

#804fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#804fba Color CSS Codes

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

#804fba Text Font Color

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

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


#804fba Background Color

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

This div background color is #804fba


#804fba Border Color

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

This div border color is #804fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804fba


Comments

No comments written yet.

Please login to write comment.