Color Hex Logo

#998fea Color Hex

#998FEA
(153,143,234)
0 Favorites   0 Comments

Color spaces of #998fea

RGB 153143234
HSL0.680.680.74
HSV247°39°92°
CMYK 0.350.390.00   0.08
XYZ37.810632.357782.0947
Yxy32.35770.24830.2125
Hunter Lab56.883819.1020-45.7486
CIE-Lab63.637424.4647-44.7263

#998fea color RGB value is (153,143,234).

#998fea hex color red value is 153, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #998fea hue: 0.68 , saturation: 0.68 and the lightness value of 998fea is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001111 11101010
Octal 231 217 352
Decimal 153 143 234
Hex 99 8F EA

RGB Percentages of Color #998fea

%28.87
%26.98
%44.15

CMYK Percentages of Color #998fea

%35
%39
%0
%8

Triadic Colors of #998fea

#998fea #ea998f #8fea99

Analogous Colors of #998fea

#998fea #c78fea #8fb3ea

Monochromatic Colors of #998fea

#998fea

Complementary Color

#998fea #e0ea8f

#998fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#998fea Color CSS Codes

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

#998fea Text Font Color

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

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


#998fea Background Color

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

This div background color is #998fea


#998fea Border Color

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

This div border color is #998fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998fea


Comments

No comments written yet.

Please login to write comment.