Color Hex Logo

#988deb Color Hex

#988DEB
(152,141,235)
0 Favorites   0 Comments

Color spaces of #988deb

RGB 152141235
HSL0.690.700.74
HSV247°40°92°
CMYK 0.350.400.00   0.08
XYZ37.469231.723382.7456
Yxy31.72330.24660.2088
Hunter Lab56.323420.1812-47.6774
CIE-Lab63.113525.6127-46.1094

#988deb color RGB value is (152,141,235).

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

The process color (four color CMYK) of #988deb color hex is 0.35, 0.40, 0.00, 0.08. Web safe color of #988deb is #9999ff. Color #988deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001101 11101011
Octal 230 215 353
Decimal 152 141 235
Hex 98 8D EB

RGB Percentages of Color #988deb

%28.79
%26.70
%44.51

CMYK Percentages of Color #988deb

%35
%40
%0
%8

Triadic Colors of #988deb

#988deb #eb988d #8deb98

Analogous Colors of #988deb

#988deb #c78deb #8db1eb

Monochromatic Colors of #988deb

#988deb

Complementary Color

#988deb #e0eb8d

#988deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#988deb Color CSS Codes

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

#988deb Text Font Color

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

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


#988deb Background Color

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

This div background color is #988deb


#988deb Border Color

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

This div border color is #988deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988deb


Comments

No comments written yet.

Please login to write comment.