Color Hex Logo

#8980fb Color Hex

#8980FB
(137,128,251)
0 Favorites   0 Comments

Color spaces of #8980fb

RGB 137128251
HSL0.680.940.74
HSV244°49°98°
CMYK 0.450.490.00   0.02
XYZ35.448327.721794.7493
Yxy27.72170.22450.1755
Hunter Lab52.651428.0377-69.8399
CIE-Lab59.636533.8866-60.5345

#8980fb color RGB value is (137,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000000 11111011
Octal 211 200 373
Decimal 137 128 251
Hex 89 80 FB

RGB Percentages of Color #8980fb

%26.55
%24.81
%48.64

CMYK Percentages of Color #8980fb

%45
%49
%0
%2

Triadic Colors of #8980fb

#8980fb #fb8980 #80fb89

Analogous Colors of #8980fb

#8980fb #c780fb #80b5fb

Monochromatic Colors of #8980fb

#8980fb

Complementary Color

#8980fb #f2fb80

#8980fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8980fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8980fb Color CSS Codes

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

#8980fb Text Font Color

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

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


#8980fb Background Color

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

This div background color is #8980fb


#8980fb Border Color

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

This div border color is #8980fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,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 #8980fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8980fb


Comments

No comments written yet.

Please login to write comment.