Color Hex Logo

#988bdd Color Hex

#988BDD
(152,139,221)
0 Favorites   0 Comments

Color spaces of #988bdd

RGB 152139221
HSL0.690.550.71
HSV250°37°87°
CMYK 0.310.370.00   0.13
XYZ35.232730.361172.4099
Yxy30.36110.25530.2200
Hunter Lab55.100917.7101-39.3443
CIE-Lab61.964523.1207-40.1509

#988bdd color RGB value is (152,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11011101
Octal 230 213 335
Decimal 152 139 221
Hex 98 8B DD

RGB Percentages of Color #988bdd

%29.69
%27.15
%43.16

CMYK Percentages of Color #988bdd

%31
%37
%0
%13

Triadic Colors of #988bdd

#988bdd #dd988b #8bdd98

Analogous Colors of #988bdd

#988bdd #c18bdd #8ba7dd

Monochromatic Colors of #988bdd

#988bdd

Complementary Color

#988bdd #d0dd8b

#988bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bdd Color CSS Codes

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

#988bdd Text Font Color

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

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


#988bdd Background Color

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

This div background color is #988bdd


#988bdd Border Color

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

This div border color is #988bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bdd


Comments

No comments written yet.

Please login to write comment.