Color Hex Logo

#8c98ff Color Hex

#8C98FF
(140,152,255)
0 Favorites   0 Comments

Color spaces of #8c98ff

RGB 140152255
HSL0.651.000.77
HSV234°45°100°
CMYK 0.450.400.00   0.00
XYZ40.093535.251999.2989
Yxy35.25190.22960.2018
Hunter Lab59.373316.6339-57.5982
CIE-Lab65.944321.7779-52.6674

#8c98ff color RGB value is (140,152,255).

#8c98ff hex color red value is 140, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8c98ff hue: 0.65 , saturation: 1.00 and the lightness value of 8c98ff is 0.77.

The process color (four color CMYK) of #8c98ff color hex is 0.45, 0.40, 0.00, 0.00. Web safe color of #8c98ff is #9999ff. Color #8c98ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011000 11111111
Octal 214 230 377
Decimal 140 152 255
Hex 8C 98 FF

RGB Percentages of Color #8c98ff

%25.59
%27.79
%46.62

CMYK Percentages of Color #8c98ff

%45
%40
%0
%0

Triadic Colors of #8c98ff

#8c98ff #ff8c98 #98ff8c

Analogous Colors of #8c98ff

#8c98ff #ba8cff #8cd2ff

Monochromatic Colors of #8c98ff

#8c98ff

Complementary Color

#8c98ff #fff38c

#8c98ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c98ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c98ff Color CSS Codes

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

#8c98ff Text Font Color

<p style="color:#8c98ff">Text here</p>

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


#8c98ff Background Color

<div style="background-color:#8c98ff">
Div content here</div>

This div background color is #8c98ff


#8c98ff Border Color

<div style="border:3px solid #8c98ff">
Div here</div>

This div border color is #8c98ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,152,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c98ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c98ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8c98ff;
  box-shadow:         1px 1px 3px 2px #8c98ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c98ff


Comments

No comments written yet.

Please login to write comment.