Color Hex Logo

#998aed Color Hex

#998AED
(153,138,237)
0 Favorites   0 Comments

Color spaces of #998aed

RGB 153138237
HSL0.690.730.74
HSV249°42°93°
CMYK 0.350.420.00   0.07
XYZ37.511431.063784.1396
Yxy31.06370.24560.2034
Hunter Lab55.734822.6005-50.4923
CIE-Lab62.561428.1303-48.0807

#998aed color RGB value is (153,138,237).

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

The process color (four color CMYK) of #998aed color hex is 0.35, 0.42, 0.00, 0.07. Web safe color of #998aed is #9999ff. Color #998aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 11101101
Octal 231 212 355
Decimal 153 138 237
Hex 99 8A ED

RGB Percentages of Color #998aed

%28.98
%26.14
%44.89

CMYK Percentages of Color #998aed

%35
%42
%0
%7

Triadic Colors of #998aed

#998aed #ed998a #8aed99

Analogous Colors of #998aed

#998aed #cb8aed #8aaded

Monochromatic Colors of #998aed

#998aed

Complementary Color

#998aed #deed8a

#998aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#998aed Color CSS Codes

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

#998aed Text Font Color

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

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


#998aed Background Color

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

This div background color is #998aed


#998aed Border Color

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

This div border color is #998aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998aed


Comments

No comments written yet.

Please login to write comment.