Color Hex Logo

#988bcc Color Hex

#988BCC
(152,139,204)
0 Favorites   0 Comments

Color spaces of #988bcc

RGB 152139204
HSL0.700.390.67
HSV252°32°80°
CMYK 0.250.320.00   0.20
XYZ33.080629.500361.0773
Yxy29.50030.26750.2386
Hunter Lab54.314213.6674-28.6528
CIE-Lab61.220718.8599-31.8050

#988bcc color RGB value is (152,139,204).

#988bcc hex color red value is 152, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #988bcc hue: 0.70 , saturation: 0.39 and the lightness value of 988bcc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11001100
Octal 230 213 314
Decimal 152 139 204
Hex 98 8B CC

RGB Percentages of Color #988bcc

%30.71
%28.08
%41.21

CMYK Percentages of Color #988bcc

%25
%32
%0
%20

Triadic Colors of #988bcc

#988bcc #cc988b #8bcc98

Analogous Colors of #988bcc

#988bcc #b98bcc #8b9fcc

Monochromatic Colors of #988bcc

#988bcc

Complementary Color

#988bcc #bfcc8b

#988bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bcc Color CSS Codes

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

#988bcc Text Font Color

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

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


#988bcc Background Color

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

This div background color is #988bcc


#988bcc Border Color

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

This div border color is #988bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bcc


Comments

No comments written yet.

Please login to write comment.