Color Hex Logo

#988bed Color Hex

#988BED
(152,139,237)
0 Favorites   0 Comments

Color spaces of #988bed

RGB 152139237
HSL0.690.730.74
HSV248°41°93°
CMYK 0.360.410.00   0.07
XYZ37.467631.255184.1788
Yxy31.25510.24500.2044
Hunter Lab55.906321.7923-50.1394
CIE-Lab62.722427.2934-47.8315

#988bed color RGB value is (152,139,237).

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

The process color (four color CMYK) of #988bed color hex is 0.36, 0.41, 0.00, 0.07. Web safe color of #988bed is #9999ff. Color #988bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11101101
Octal 230 213 355
Decimal 152 139 237
Hex 98 8B ED

RGB Percentages of Color #988bed

%28.79
%26.33
%44.89

CMYK Percentages of Color #988bed

%36
%41
%0
%7

Triadic Colors of #988bed

#988bed #ed988b #8bed98

Analogous Colors of #988bed

#988bed #c98bed #8bafed

Monochromatic Colors of #988bed

#988bed

Complementary Color

#988bed #e0ed8b

#988bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bed Color CSS Codes

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

#988bed Text Font Color

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

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


#988bed Background Color

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

This div background color is #988bed


#988bed Border Color

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

This div border color is #988bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bed


Comments

No comments written yet.

Please login to write comment.