Color Hex Logo

#9f98eb Color Hex

#9F98EB
(159,152,235)
0 Favorites   0 Comments

Color spaces of #9f98eb

RGB 159152235
HSL0.680.670.76
HSV245°35°92°
CMYK 0.320.350.00   0.08
XYZ40.521735.825683.3766
Yxy35.82560.25370.2243
Hunter Lab59.854516.0998-40.6921
CIE-Lab66.386521.2023-40.9292

#9f98eb color RGB value is (159,152,235).

#9f98eb hex color red value is 159, green value is 152 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9f98eb hue: 0.68 , saturation: 0.67 and the lightness value of 9f98eb is 0.76.

The process color (four color CMYK) of #9f98eb color hex is 0.32, 0.35, 0.00, 0.08. Web safe color of #9f98eb is #9999ff. Color #9f98eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10011000 11101011
Octal 237 230 353
Decimal 159 152 235
Hex 9F 98 EB

RGB Percentages of Color #9f98eb

%29.12
%27.84
%43.04

CMYK Percentages of Color #9f98eb

%32
%35
%0
%8

Triadic Colors of #9f98eb

#9f98eb #eb9f98 #98eb9f

Analogous Colors of #9f98eb

#9f98eb #c998eb #98bbeb

Monochromatic Colors of #9f98eb

#9f98eb

Complementary Color

#9f98eb #e4eb98

#9f98eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f98eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f98eb Color CSS Codes

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

#9f98eb Text Font Color

<p style="color:#9f98eb">Text here</p>

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


#9f98eb Background Color

<div style="background-color:#9f98eb">
Div content here</div>

This div background color is #9f98eb


#9f98eb Border Color

<div style="border:3px solid #9f98eb">
Div here</div>

This div border color is #9f98eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,152,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f98eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f98eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9f98eb;
  box-shadow:         1px 1px 3px 2px #9f98eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,152,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f98eb


Comments

No comments written yet.

Please login to write comment.