color codes Logo

#981ebc color codes

#981EBC
(152,30,188)
0 Favorites   0 Comments

Color spaces of #981ebc

RGB 15230188
HSL0.800.720.43
HSV286°84°74°
CMYK 0.190.840.00   0.26
XYZ22.490311.234848.5601
Yxy11.23480.27330.1365
Hunter Lab33.518461.1136-62.4342
CIE-Lab39.973267.9954-56.2992

#981ebc color RGB value is (152,30,188).

#981ebc hex color red value is 152, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #981ebc hue: 0.80 , saturation: 0.72 and the lightness value of 981ebc is 0.43.

The process color (four color CMYK) of #981ebc color code is 0.19, 0.84, 0.00, 0.26. Web safe color of #981ebc is #9933cc. Color #981ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011110 10111100
Octal 230 36 274
Decimal 152 30 188
Hex 98 1E BC

RGB Percentages of Color #981ebc

%41.08
%8.11
%50.81

CMYK Percentages of Color #981ebc

%19
%84
%0
%26

Triadic Colors of #981ebc

#981ebc #bc981e #1ebc98

Analogous Colors of #981ebc

#981ebc #bc1e91 #491ebc

Monochromatic Colors of #981ebc

#981ebc

Complementary Color

#981ebc #42bc1e

#981ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#981ebc Color CSS Codes

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

#981ebc Text Font Color

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

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


#981ebc Background Color

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

This div background color is #981ebc


#981ebc Border Color

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

This div border color is #981ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981ebc


Comments

No comments written yet.

Please login to write comment.