Color Hex Logo

#988add Color Hex

#988ADD
(152,138,221)
0 Favorites   0 Comments

Color spaces of #988add

RGB 152138221
HSL0.690.550.70
HSV250°38°87°
CMYK 0.310.380.00   0.13
XYZ35.088530.072872.3619
Yxy30.07280.25510.2187
Hunter Lab54.838718.2455-39.8485
CIE-Lab61.717023.6971-40.5392

#988add color RGB value is (152,138,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 11011101
Octal 230 212 335
Decimal 152 138 221
Hex 98 8A DD

RGB Percentages of Color #988add

%29.75
%27.01
%43.25

CMYK Percentages of Color #988add

%31
%38
%0
%13

Triadic Colors of #988add

#988add #dd988a #8add98

Analogous Colors of #988add

#988add #c28add #8aa6dd

Monochromatic Colors of #988add

#988add

Complementary Color

#988add #cfdd8a

#988add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988add Color Preview on White Background

Lorem ipsum dolor sit amet.

#988add Color CSS Codes

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

#988add Text Font Color

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

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


#988add Background Color

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

This div background color is #988add


#988add Border Color

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

This div border color is #988add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988add


Comments

No comments written yet.

Please login to write comment.