Color Hex Logo

#8c98eb Color Hex

#8C98EB
(140,152,235)
1 Favorites   0 Comments

Color spaces of #8c98eb

RGB 140152235
HSL0.650.700.74
HSV232°40°92°
CMYK 0.400.350.00   0.08
XYZ37.038834.030183.2136
Yxy34.03010.24010.2206
Hunter Lab58.335311.2480-43.7407
CIE-Lab64.986516.1306-43.2237

#8c98eb color RGB value is (140,152,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011000 11101011
Octal 214 230 353
Decimal 140 152 235
Hex 8C 98 EB

RGB Percentages of Color #8c98eb

%26.57
%28.84
%44.59

CMYK Percentages of Color #8c98eb

%40
%35
%0
%8

Triadic Colors of #8c98eb

#8c98eb #eb8c98 #98eb8c

Analogous Colors of #8c98eb

#8c98eb #b08ceb #8cc8eb

Monochromatic Colors of #8c98eb

#8c98eb

Complementary Color

#8c98eb #ebdf8c

#8c98eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c98eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c98eb Color CSS Codes

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

#8c98eb Text Font Color

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

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


#8c98eb Background Color

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

This div background color is #8c98eb


#8c98eb Border Color

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

This div border color is #8c98eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c98eb

#8c98eb Color Palettes


Comments

No comments written yet.

Please login to write comment.