Color Hex Logo

#8380fb Color Hex

#8380FB
(131,128,251)
0 Favorites   0 Comments

Color spaces of #8380fb

RGB 131128251
HSL0.670.940.74
HSV241°49°98°
CMYK 0.480.490.00   0.02
XYZ34.491827.228794.7045
Yxy27.22870.22050.1741
Hunter Lab52.181126.6718-71.0797
CIE-Lab59.185432.5642-61.2821

#8380fb color RGB value is (131,128,251).

#8380fb hex color red value is 131, green value is 128 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8380fb hue: 0.67 , saturation: 0.94 and the lightness value of 8380fb is 0.74.

The process color (four color CMYK) of #8380fb color hex is 0.48, 0.49, 0.00, 0.02. Web safe color of #8380fb is #9999ff. Color #8380fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000000 11111011
Octal 203 200 373
Decimal 131 128 251
Hex 83 80 FB

RGB Percentages of Color #8380fb

%25.69
%25.10
%49.22

CMYK Percentages of Color #8380fb

%48
%49
%0
%2

Triadic Colors of #8380fb

#8380fb #fb8380 #80fb83

Analogous Colors of #8380fb

#8380fb #c180fb #80bbfb

Monochromatic Colors of #8380fb

#8380fb

Complementary Color

#8380fb #f8fb80

#8380fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8380fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8380fb Color CSS Codes

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

#8380fb Text Font Color

<p style="color:#8380fb">Text here</p>

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


#8380fb Background Color

<div style="background-color:#8380fb">
Div content here</div>

This div background color is #8380fb


#8380fb Border Color

<div style="border:3px solid #8380fb">
Div here</div>

This div border color is #8380fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,128,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8380fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8380fb;
  -webkit-box-shadow: 1px 1px 3px 2px #8380fb;
  box-shadow:         1px 1px 3px 2px #8380fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8380fb

Related Colors


Comments

No comments written yet.

Please login to write comment.