Color Hex Logo

#8961fb Color Hex

#8961FB
(137,97,251)
0 Favorites   0 Comments

Color spaces of #8961fb

RGB 13797251
HSL0.710.950.68
HSV256°61°98°
CMYK 0.450.610.00   0.02
XYZ32.003820.832893.6011
Yxy20.83280.21850.1423
Hunter Lab45.643045.2849-89.6373
CIE-Lab52.766051.4440-71.6057

#8961fb color RGB value is (137,97,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100001 11111011
Octal 211 141 373
Decimal 137 97 251
Hex 89 61 FB

RGB Percentages of Color #8961fb

%28.25
%20.00
%51.75

CMYK Percentages of Color #8961fb

%45
%61
%0
%2

Triadic Colors of #8961fb

#8961fb #fb8961 #61fb89

Analogous Colors of #8961fb

#8961fb #d661fb #6186fb

Monochromatic Colors of #8961fb

#8961fb

Complementary Color

#8961fb #d3fb61

#8961fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8961fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8961fb Color CSS Codes

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

#8961fb Text Font Color

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

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


#8961fb Background Color

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

This div background color is #8961fb


#8961fb Border Color

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

This div border color is #8961fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8961fb

Related Colors


Comments

No comments written yet.

Please login to write comment.