Color Hex Logo

#998fda Color Hex

#998FDA
(153,143,218)
0 Favorites   0 Comments

Color spaces of #998fda

RGB 153143218
HSL0.690.500.71
HSV248°34°85°
CMYK 0.300.340.00   0.15
XYZ35.614231.479270.5287
Yxy31.47920.25880.2287
Hunter Lab56.106315.1191-35.2563
CIE-Lab62.910120.3368-36.9956

#998fda color RGB value is (153,143,218).

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

The process color (four color CMYK) of #998fda color hex is 0.30, 0.34, 0.00, 0.15. Web safe color of #998fda is #9999cc. Color #998fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001111 11011010
Octal 231 217 332
Decimal 153 143 218
Hex 99 8F DA

RGB Percentages of Color #998fda

%29.77
%27.82
%42.41

CMYK Percentages of Color #998fda

%30
%34
%0
%15

Triadic Colors of #998fda

#998fda #da998f #8fda99

Analogous Colors of #998fda

#998fda #bf8fda #8fabda

Monochromatic Colors of #998fda

#998fda

Complementary Color

#998fda #d0da8f

#998fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#998fda Color CSS Codes

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

#998fda Text Font Color

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

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


#998fda Background Color

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

This div background color is #998fda


#998fda Border Color

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

This div border color is #998fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998fda


Comments

No comments written yet.

Please login to write comment.