Color Hex Logo

#981cbd Color Hex

#981CBD
(152,28,189)
0 Favorites   0 Comments

Color spaces of #981cbd

RGB 15228189
HSL0.800.740.43
HSV286°85°74°
CMYK 0.200.850.00   0.26
XYZ22.549511.180049.1136
Yxy11.18000.27220.1350
Hunter Lab33.436561.8661-63.6832
CIE-Lab39.882068.6594-57.0347

#981cbd color RGB value is (152,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011100 10111101
Octal 230 34 275
Decimal 152 28 189
Hex 98 1C BD

RGB Percentages of Color #981cbd

%41.19
%7.59
%51.22

CMYK Percentages of Color #981cbd

%20
%85
%0
%26

Triadic Colors of #981cbd

#981cbd #bd981c #1cbd98

Analogous Colors of #981cbd

#981cbd #bd1c92 #481cbd

Monochromatic Colors of #981cbd

#981cbd

Complementary Color

#981cbd #41bd1c

#981cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#981cbd Color CSS Codes

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

#981cbd Text Font Color

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

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


#981cbd Background Color

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

This div background color is #981cbd


#981cbd Border Color

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

This div border color is #981cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981cbd


Comments

No comments written yet.

Please login to write comment.