Color Hex Logo

#998abe Color Hex

#998ABE
(153,138,190)
0 Favorites   0 Comments

Color spaces of #998abe

RGB 153138190
HSL0.710.290.64
HSV257°27°75°
CMYK 0.190.270.00   0.25
XYZ31.519628.667052.5872
Yxy28.66700.27950.2542
Hunter Lab53.541611.3841-20.7541
CIE-Lab60.486616.4024-25.0435

#998abe color RGB value is (153,138,190).

#998abe hex color red value is 153, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #998abe hue: 0.71 , saturation: 0.29 and the lightness value of 998abe is 0.64.

The process color (four color CMYK) of #998abe color hex is 0.19, 0.27, 0.00, 0.25. Web safe color of #998abe is #9999cc. Color #998abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 10111110
Octal 231 212 276
Decimal 153 138 190
Hex 99 8A BE

RGB Percentages of Color #998abe

%31.81
%28.69
%39.50

CMYK Percentages of Color #998abe

%19
%27
%0
%25

Triadic Colors of #998abe

#998abe #be998a #8abe99

Analogous Colors of #998abe

#998abe #b38abe #8a95be

Monochromatic Colors of #998abe

#998abe

Complementary Color

#998abe #afbe8a

#998abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#998abe Color CSS Codes

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

#998abe Text Font Color

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

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


#998abe Background Color

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

This div background color is #998abe


#998abe Border Color

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

This div border color is #998abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,138,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998abe


Comments

No comments written yet.

Please login to write comment.