Color Hex Logo

#988bdc Color Hex

#988BDC
(152,139,220)
0 Favorites   0 Comments

Color spaces of #988bdc

RGB 152139220
HSL0.690.540.70
HSV250°37°86°
CMYK 0.310.370.00   0.14
XYZ35.099830.307971.7102
Yxy30.30790.25600.2210
Hunter Lab55.052617.4639-38.6929
CIE-Lab61.919022.8649-39.6654

#988bdc color RGB value is (152,139,220).

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

The process color (four color CMYK) of #988bdc color hex is 0.31, 0.37, 0.00, 0.14. Web safe color of #988bdc is #9999cc. Color #988bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11011100
Octal 230 213 334
Decimal 152 139 220
Hex 98 8B DC

RGB Percentages of Color #988bdc

%29.75
%27.20
%43.05

CMYK Percentages of Color #988bdc

%31
%37
%0
%14

Triadic Colors of #988bdc

#988bdc #dc988b #8bdc98

Analogous Colors of #988bdc

#988bdc #c18bdc #8ba7dc

Monochromatic Colors of #988bdc

#988bdc

Complementary Color

#988bdc #cfdc8b

#988bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bdc Color CSS Codes

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

#988bdc Text Font Color

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

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


#988bdc Background Color

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

This div background color is #988bdc


#988bdc Border Color

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

This div border color is #988bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bdc


Comments

No comments written yet.

Please login to write comment.