Color Hex Logo

#998fdf Color Hex

#998FDF
(153,143,223)
0 Favorites   0 Comments

Color spaces of #998fdf

RGB 153143223
HSL0.690.560.72
HSV248°36°87°
CMYK 0.310.360.00   0.13
XYZ36.278631.744974.0273
Yxy31.74490.25540.2235
Hunter Lab56.342616.3353-38.4600
CIE-Lab63.131521.6103-39.4292

#998fdf color RGB value is (153,143,223).

#998fdf hex color red value is 153, green value is 143 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #998fdf hue: 0.69 , saturation: 0.56 and the lightness value of 998fdf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001111 11011111
Octal 231 217 337
Decimal 153 143 223
Hex 99 8F DF

RGB Percentages of Color #998fdf

%29.48
%27.55
%42.97

CMYK Percentages of Color #998fdf

%31
%36
%0
%13

Triadic Colors of #998fdf

#998fdf #df998f #8fdf99

Analogous Colors of #998fdf

#998fdf #c18fdf #8faddf

Monochromatic Colors of #998fdf

#998fdf

Complementary Color

#998fdf #d5df8f

#998fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#998fdf Color CSS Codes

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

#998fdf Text Font Color

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

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


#998fdf Background Color

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

This div background color is #998fdf


#998fdf Border Color

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

This div border color is #998fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998fdf


Comments

No comments written yet.

Please login to write comment.