Color Hex Logo

#981bcc Color Hex

#981BCC
(152,27,204)
0 Favorites   0 Comments

Color spaces of #981bcc

RGB 15227204
HSL0.780.770.45
HSV282°87°80°
CMYK 0.250.870.00   0.20
XYZ24.239911.818958.1304
Yxy11.81890.25740.1255
Hunter Lab34.378665.6953-76.1877
CIE-Lab40.926871.7047-64.0977

#981bcc color RGB value is (152,27,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011011 11001100
Octal 230 33 314
Decimal 152 27 204
Hex 98 1B CC

RGB Percentages of Color #981bcc

%39.69
%7.05
%53.26

CMYK Percentages of Color #981bcc

%25
%87
%0
%20

Triadic Colors of #981bcc

#981bcc #cc981b #1bcc98

Analogous Colors of #981bcc

#981bcc #cc1ba8 #401bcc

Monochromatic Colors of #981bcc

#981bcc

Complementary Color

#981bcc #4fcc1b

#981bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#981bcc Color CSS Codes

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

#981bcc Text Font Color

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

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


#981bcc Background Color

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

This div background color is #981bcc


#981bcc Border Color

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

This div border color is #981bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981bcc


Comments

No comments written yet.

Please login to write comment.