Color Hex Logo

#981bea Color Hex

#981BEA
(152,27,234)
0 Favorites   0 Comments

Color spaces of #981bea

RGB 15227234
HSL0.770.830.51
HSV276°88°92°
CMYK 0.350.880.00   0.08
XYZ28.192113.399878.9424
Yxy13.39980.23390.1112
Hunter Lab36.605773.4127-102.2383
CIE-Lab43.359677.5915-77.3278

#981bea color RGB value is (152,27,234).

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

The process color (four color CMYK) of #981bea color hex is 0.35, 0.88, 0.00, 0.08. Web safe color of #981bea is #9933ff. Color #981bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011011 11101010
Octal 230 33 352
Decimal 152 27 234
Hex 98 1B EA

RGB Percentages of Color #981bea

%36.80
%6.54
%56.66

CMYK Percentages of Color #981bea

%35
%88
%0
%8

Triadic Colors of #981bea

#981bea #ea981b #1bea98

Analogous Colors of #981bea

#981bea #ea1bd5 #301bea

Monochromatic Colors of #981bea

#981bea

Complementary Color

#981bea #6dea1b

#981bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#981bea Color CSS Codes

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

#981bea Text Font Color

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

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


#981bea Background Color

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

This div background color is #981bea


#981bea Border Color

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

This div border color is #981bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981bea


Comments

No comments written yet.

Please login to write comment.