Color Hex Logo

#998fbe Color Hex

#998FBE
(153,143,190)
0 Favorites   0 Comments

Color spaces of #998fbe

RGB 153143190
HSL0.700.270.65
HSV253°25°75°
CMYK 0.190.250.00   0.25
XYZ32.253630.134952.8319
Yxy30.13490.27990.2615
Hunter Lab54.89538.8106-18.6348
CIE-Lab61.770413.5345-23.0730

#998fbe color RGB value is (153,143,190).

#998fbe hex color red value is 153, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #998fbe hue: 0.70 , saturation: 0.27 and the lightness value of 998fbe is 0.65.

The process color (four color CMYK) of #998fbe color hex is 0.19, 0.25, 0.00, 0.25. Web safe color of #998fbe is #9999cc. Color #998fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001111 10111110
Octal 231 217 276
Decimal 153 143 190
Hex 99 8F BE

RGB Percentages of Color #998fbe

%31.48
%29.42
%39.09

CMYK Percentages of Color #998fbe

%19
%25
%0
%25

Triadic Colors of #998fbe

#998fbe #be998f #8fbe99

Analogous Colors of #998fbe

#998fbe #b18fbe #8f9dbe

Monochromatic Colors of #998fbe

#998fbe

Complementary Color

#998fbe #b4be8f

#998fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#998fbe Color CSS Codes

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

#998fbe Text Font Color

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

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


#998fbe Background Color

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

This div background color is #998fbe


#998fbe Border Color

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

This div border color is #998fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998fbe


Comments

No comments written yet.

Please login to write comment.