Color Hex Logo

#998edd Color Hex

#998EDD
(153,142,221)
0 Favorites   0 Comments

Color spaces of #998edd

RGB 153142221
HSL0.690.540.71
HSV248°36°87°
CMYK 0.310.360.00   0.13
XYZ35.861031.338872.5655
Yxy31.33880.25660.2242
Hunter Lab55.981116.3787-37.6680
CIE-Lab62.792621.6740-38.8482

#998edd color RGB value is (153,142,221).

#998edd hex color red value is 153, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #998edd hue: 0.69 , saturation: 0.54 and the lightness value of 998edd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11011101
Octal 231 216 335
Decimal 153 142 221
Hex 99 8E DD

RGB Percentages of Color #998edd

%29.65
%27.52
%42.83

CMYK Percentages of Color #998edd

%31
%36
%0
%13

Triadic Colors of #998edd

#998edd #dd998e #8edd99

Analogous Colors of #998edd

#998edd #c18edd #8eabdd

Monochromatic Colors of #998edd

#998edd

Complementary Color

#998edd #d2dd8e

#998edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#998edd Color CSS Codes

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

#998edd Text Font Color

<p style="color:#998edd">Text here</p>

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


#998edd Background Color

<div style="background-color:#998edd">
Div content here</div>

This div background color is #998edd


#998edd Border Color

<div style="border:3px solid #998edd">
Div here</div>

This div border color is #998edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,142,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998edd;
  -webkit-box-shadow: 1px 1px 3px 2px #998edd;
  box-shadow:         1px 1px 3px 2px #998edd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,142,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 #998edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998edd


Comments

No comments written yet.

Please login to write comment.