Color Hex Logo

#981dcb Color Hex

#981DCB
(152,29,203)
0 Favorites   0 Comments

Color spaces of #981dcb

RGB 15229203
HSL0.780.750.45
HSV282°86°80°
CMYK 0.250.860.00   0.20
XYZ24.167811.865957.5165
Yxy11.86590.25830.1268
Hunter Lab34.446964.9527-74.8845
CIE-Lab41.002271.0652-63.3946

#981dcb color RGB value is (152,29,203).

#981dcb hex color red value is 152, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #981dcb hue: 0.78 , saturation: 0.75 and the lightness value of 981dcb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011101 11001011
Octal 230 35 313
Decimal 152 29 203
Hex 98 1D CB

RGB Percentages of Color #981dcb

%39.58
%7.55
%52.86

CMYK Percentages of Color #981dcb

%25
%86
%0
%20

Triadic Colors of #981dcb

#981dcb #cb981d #1dcb98

Analogous Colors of #981dcb

#981dcb #cb1da7 #411dcb

Monochromatic Colors of #981dcb

#981dcb

Complementary Color

#981dcb #50cb1d

#981dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#981dcb Color CSS Codes

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

#981dcb Text Font Color

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

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


#981dcb Background Color

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

This div background color is #981dcb


#981dcb Border Color

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

This div border color is #981dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981dcb


Comments

No comments written yet.

Please login to write comment.