Color Hex Logo

#988bcd Color Hex

#988BCD
(152,139,205)
0 Favorites   0 Comments

Color spaces of #988bcd

RGB 152139205
HSL0.700.400.67
HSV252°32°80°
CMYK 0.260.320.00   0.20
XYZ33.201029.548461.7111
Yxy29.54840.26680.2374
Hunter Lab54.358413.8968-29.2588
CIE-Lab61.262619.1053-32.3012

#988bcd color RGB value is (152,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11001101
Octal 230 213 315
Decimal 152 139 205
Hex 98 8B CD

RGB Percentages of Color #988bcd

%30.65
%28.02
%41.33

CMYK Percentages of Color #988bcd

%26
%32
%0
%20

Triadic Colors of #988bcd

#988bcd #cd988b #8bcd98

Analogous Colors of #988bcd

#988bcd #b98bcd #8b9fcd

Monochromatic Colors of #988bcd

#988bcd

Complementary Color

#988bcd #c0cd8b

#988bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bcd Color CSS Codes

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

#988bcd Text Font Color

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

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


#988bcd Background Color

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

This div background color is #988bcd


#988bcd Border Color

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

This div border color is #988bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bcd


Comments

No comments written yet.

Please login to write comment.