Color Hex Logo

#981fcc Color Hex

#981FCC
(152,31,204)
0 Favorites   0 Comments

Color spaces of #981fcc

RGB 15231204
HSL0.780.740.46
HSV282°85°80°
CMYK 0.250.850.00   0.20
XYZ24.338012.015058.1631
Yxy12.01500.25750.1271
Hunter Lab34.662764.6721-75.2233
CIE-Lab41.240070.7822-63.5882

#981fcc color RGB value is (152,31,204).

#981fcc hex color red value is 152, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #981fcc hue: 0.78 , saturation: 0.74 and the lightness value of 981fcc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011111 11001100
Octal 230 37 314
Decimal 152 31 204
Hex 98 1F CC

RGB Percentages of Color #981fcc

%39.28
%8.01
%52.71

CMYK Percentages of Color #981fcc

%25
%85
%0
%20

Triadic Colors of #981fcc

#981fcc #cc981f #1fcc98

Analogous Colors of #981fcc

#981fcc #cc1faa #411fcc

Monochromatic Colors of #981fcc

#981fcc

Complementary Color

#981fcc #53cc1f

#981fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#981fcc Color CSS Codes

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

#981fcc Text Font Color

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

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


#981fcc Background Color

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

This div background color is #981fcc


#981fcc Border Color

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

This div border color is #981fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981fcc


Comments

No comments written yet.

Please login to write comment.