Color Hex Logo

#8970fb Color Hex

#8970FB
(137,112,251)
0 Favorites   0 Comments

Color spaces of #8970fb

RGB 137112251
HSL0.700.950.71
HSV251°55°98°
CMYK 0.450.550.00   0.02
XYZ33.523323.871794.1076
Yxy23.87170.22130.1576
Hunter Lab48.858736.9712-79.9985
CIE-Lab55.959143.1009-66.4428

#8970fb color RGB value is (137,112,251).

#8970fb hex color red value is 137, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8970fb hue: 0.70 , saturation: 0.95 and the lightness value of 8970fb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110000 11111011
Octal 211 160 373
Decimal 137 112 251
Hex 89 70 FB

RGB Percentages of Color #8970fb

%27.40
%22.40
%50.20

CMYK Percentages of Color #8970fb

%45
%55
%0
%2

Triadic Colors of #8970fb

#8970fb #fb8970 #70fb89

Analogous Colors of #8970fb

#8970fb #cf70fb #709dfb

Monochromatic Colors of #8970fb

#8970fb

Complementary Color

#8970fb #e2fb70

#8970fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8970fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8970fb Color CSS Codes

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

#8970fb Text Font Color

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

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


#8970fb Background Color

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

This div background color is #8970fb


#8970fb Border Color

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

This div border color is #8970fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8970fb


Comments

No comments written yet.

Please login to write comment.