Color Hex Logo

#998fdc Color Hex

#998FDC
(153,143,220)
0 Favorites   0 Comments

Color spaces of #998fdc

RGB 153143220
HSL0.690.520.71
HSV248°35°86°
CMYK 0.300.350.00   0.14
XYZ35.877631.584571.9156
Yxy31.58450.25740.2266
Hunter Lab56.200115.6025-36.5295
CIE-Lab62.998020.8445-37.9710

#998fdc color RGB value is (153,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001111 11011100
Octal 231 217 334
Decimal 153 143 220
Hex 99 8F DC

RGB Percentages of Color #998fdc

%29.65
%27.71
%42.64

CMYK Percentages of Color #998fdc

%30
%35
%0
%14

Triadic Colors of #998fdc

#998fdc #dc998f #8fdc99

Analogous Colors of #998fdc

#998fdc #c08fdc #8facdc

Monochromatic Colors of #998fdc

#998fdc

Complementary Color

#998fdc #d2dc8f

#998fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#998fdc Color CSS Codes

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

#998fdc Text Font Color

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

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


#998fdc Background Color

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

This div background color is #998fdc


#998fdc Border Color

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

This div border color is #998fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998fdc


Comments

No comments written yet.

Please login to write comment.