Color Hex Logo

#981cca Color Hex

#981CCA
(152,28,202)
0 Favorites   0 Comments

Color spaces of #981cca

RGB 15228202
HSL0.790.760.45
HSV283°86°79°
CMYK 0.250.860.00   0.21
XYZ24.024811.770256.8827
Yxy11.77020.25920.1270
Hunter Lab34.307764.9603-74.2883
CIE-Lab40.848571.1015-63.0635

#981cca color RGB value is (152,28,202).

#981cca hex color red value is 152, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #981cca hue: 0.79 , saturation: 0.76 and the lightness value of 981cca is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011100 11001010
Octal 230 34 312
Decimal 152 28 202
Hex 98 1C CA

RGB Percentages of Color #981cca

%39.79
%7.33
%52.88

CMYK Percentages of Color #981cca

%25
%86
%0
%21

Triadic Colors of #981cca

#981cca #ca981c #1cca98

Analogous Colors of #981cca

#981cca #ca1ca5 #411cca

Monochromatic Colors of #981cca

#981cca

Complementary Color

#981cca #4eca1c

#981cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#981cca Color CSS Codes

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

#981cca Text Font Color

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

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


#981cca Background Color

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

This div background color is #981cca


#981cca Border Color

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

This div border color is #981cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981cca


Comments

No comments written yet.

Please login to write comment.