Color Hex Logo

#988dbc Color Hex

#988DBC
(152,141,188)
0 Favorites   0 Comments

Color spaces of #988dbc

RGB 152141188
HSL0.710.260.65
HSV254°25°74°
CMYK 0.190.250.00   0.26
XYZ31.550929.356051.5803
Yxy29.35600.28050.2610
Hunter Lab54.18129.1274-18.5171
CIE-Lab61.094513.8965-22.9874

#988dbc color RGB value is (152,141,188).

#988dbc hex color red value is 152, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #988dbc hue: 0.71 , saturation: 0.26 and the lightness value of 988dbc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001101 10111100
Octal 230 215 274
Decimal 152 141 188
Hex 98 8D BC

RGB Percentages of Color #988dbc

%31.60
%29.31
%39.09

CMYK Percentages of Color #988dbc

%19
%25
%0
%26

Triadic Colors of #988dbc

#988dbc #bc988d #8dbc98

Analogous Colors of #988dbc

#988dbc #b08dbc #8d9abc

Monochromatic Colors of #988dbc

#988dbc

Complementary Color

#988dbc #b1bc8d

#988dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#988dbc Color CSS Codes

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

#988dbc Text Font Color

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

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


#988dbc Background Color

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

This div background color is #988dbc


#988dbc Border Color

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

This div border color is #988dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988dbc


Comments

No comments written yet.

Please login to write comment.