Color Hex Logo

#981bed Color Hex

#981BED
(152,27,237)
0 Favorites   0 Comments

Color spaces of #981bed

RGB 15227237
HSL0.770.850.52
HSV276°89°93°
CMYK 0.360.890.00   0.07
XYZ28.626913.573781.2319
Yxy13.57370.23190.1100
Hunter Lab36.842574.2215-104.9353
CIE-Lab43.615378.1950-78.6074

#981bed color RGB value is (152,27,237).

#981bed hex color red value is 152, green value is 27 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #981bed hue: 0.77 , saturation: 0.85 and the lightness value of 981bed is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011011 11101101
Octal 230 33 355
Decimal 152 27 237
Hex 98 1B ED

RGB Percentages of Color #981bed

%36.54
%6.49
%56.97

CMYK Percentages of Color #981bed

%36
%89
%0
%7

Triadic Colors of #981bed

#981bed #ed981b #1bed98

Analogous Colors of #981bed

#981bed #ed1bd9 #2f1bed

Monochromatic Colors of #981bed

#981bed

Complementary Color

#981bed #70ed1b

#981bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#981bed Color CSS Codes

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

#981bed Text Font Color

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

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


#981bed Background Color

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

This div background color is #981bed


#981bed Border Color

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

This div border color is #981bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981bed


Comments

No comments written yet.

Please login to write comment.