Color Hex Logo

#998cfb Color Hex

#998CFB
(153,140,251)
0 Favorites   0 Comments

Color spaces of #998cfb

RGB 153140251
HSL0.690.930.77
HSV247°44°98°
CMYK 0.390.440.00   0.02
XYZ39.927532.493595.4343
Yxy32.49350.23790.1936
Hunter Lab57.003125.2740-59.3609
CIE-Lab63.748730.7236-53.9035

#998cfb color RGB value is (153,140,251).

#998cfb hex color red value is 153, green value is 140 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #998cfb hue: 0.69 , saturation: 0.93 and the lightness value of 998cfb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11111011
Octal 231 214 373
Decimal 153 140 251
Hex 99 8C FB

RGB Percentages of Color #998cfb

%28.13
%25.74
%46.14

CMYK Percentages of Color #998cfb

%39
%44
%0
%2

Triadic Colors of #998cfb

#998cfb #fb998c #8cfb99

Analogous Colors of #998cfb

#998cfb #d18cfb #8cb7fb

Monochromatic Colors of #998cfb

#998cfb

Complementary Color

#998cfb #eefb8c

#998cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cfb Color CSS Codes

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

#998cfb Text Font Color

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

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


#998cfb Background Color

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

This div background color is #998cfb


#998cfb Border Color

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

This div border color is #998cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.