Color Hex Logo

#981bff Color Hex

#981BFF
(152,27,255)
0 Favorites   0 Comments

Color spaces of #981bff

RGB 15227255
HSL0.761.000.55
HSV273°89°100°
CMYK 0.400.890.00   0.00
XYZ31.390814.679395.7866
Yxy14.67930.22130.1035
Hunter Lab38.313679.1986-121.4096
CIE-Lab45.191881.8563-86.1334

#981bff color RGB value is (152,27,255).

#981bff hex color red value is 152, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #981bff hue: 0.76 , saturation: 1.00 and the lightness value of 981bff is 0.55.

The process color (four color CMYK) of #981bff color hex is 0.40, 0.89, 0.00, 0.00. Web safe color of #981bff is #9933ff. Color #981bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011011 11111111
Octal 230 33 377
Decimal 152 27 255
Hex 98 1B FF

RGB Percentages of Color #981bff

%35.02
%6.22
%58.76

CMYK Percentages of Color #981bff

%40
%89
%0
%0

Triadic Colors of #981bff

#981bff #ff981b #1bff98

Analogous Colors of #981bff

#981bff #ff1bf4 #261bff

Monochromatic Colors of #981bff

#981bff

Complementary Color

#981bff #82ff1b

#981bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#981bff Color CSS Codes

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

#981bff Text Font Color

<p style="color:#981bff">Text here</p>

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


#981bff Background Color

<div style="background-color:#981bff">
Div content here</div>

This div background color is #981bff


#981bff Border Color

<div style="border:3px solid #981bff">
Div here</div>

This div border color is #981bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,27,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #981bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #981bff;
  -webkit-box-shadow: 1px 1px 3px 2px #981bff;
  box-shadow:         1px 1px 3px 2px #981bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,27,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981bff

Related Colors


Comments

No comments written yet.

Please login to write comment.