Color Hex Logo

#9798eb Color Hex

#9798EB
(151,152,235)
0 Favorites   0 Comments

Color spaces of #9798eb

RGB 151152235
HSL0.660.680.76
HSV239°36°92°
CMYK 0.360.350.00   0.08
XYZ38.986135.033983.3047
Yxy35.03390.24780.2227
Hunter Lab59.189413.9904-42.0136
CIE-Lab65.775019.0227-41.9308

#9798eb color RGB value is (151,152,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011000 11101011
Octal 227 230 353
Decimal 151 152 235
Hex 97 98 EB

RGB Percentages of Color #9798eb

%28.07
%28.25
%43.68

CMYK Percentages of Color #9798eb

%36
%35
%0
%8

Triadic Colors of #9798eb

#9798eb #eb9798 #98eb97

Analogous Colors of #9798eb

#9798eb #c097eb #97c2eb

Monochromatic Colors of #9798eb

#9798eb

Complementary Color

#9798eb #ebea97

#9798eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9798eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9798eb Color CSS Codes

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

#9798eb Text Font Color

<p style="color:#9798eb">Text here</p>

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


#9798eb Background Color

<div style="background-color:#9798eb">
Div content here</div>

This div background color is #9798eb


#9798eb Border Color

<div style="border:3px solid #9798eb">
Div here</div>

This div border color is #9798eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,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 #9798eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9798eb


Comments

No comments written yet.

Please login to write comment.