Color Hex Logo

#981dbc Color Hex

#981DBC
(152,29,188)
0 Favorites   0 Comments

Color spaces of #981dbc

RGB 15229188
HSL0.800.730.43
HSV286°85°74°
CMYK 0.190.850.00   0.26
XYZ22.465411.185048.5518
Yxy11.18500.27330.1361
Hunter Lab33.444061.3772-62.6626
CIE-Lab39.890368.2382-56.4333

#981dbc color RGB value is (152,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011101 10111100
Octal 230 35 274
Decimal 152 29 188
Hex 98 1D BC

RGB Percentages of Color #981dbc

%41.19
%7.86
%50.95

CMYK Percentages of Color #981dbc

%19
%85
%0
%26

Triadic Colors of #981dbc

#981dbc #bc981d #1dbc98

Analogous Colors of #981dbc

#981dbc #bc1d91 #491dbc

Monochromatic Colors of #981dbc

#981dbc

Complementary Color

#981dbc #41bc1d

#981dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#981dbc Color CSS Codes

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

#981dbc Text Font Color

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

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


#981dbc Background Color

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

This div background color is #981dbc


#981dbc Border Color

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

This div border color is #981dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,29,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 #981dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981dbc


Comments

No comments written yet.

Please login to write comment.