Color Hex Logo

#8d98ea Color Hex

#8D98EA
(141,152,234)
0 Favorites   0 Comments

Color spaces of #8d98ea

RGB 141152234
HSL0.650.690.74
HSV233°40°92°
CMYK 0.400.350.00   0.08
XYZ37.064034.059782.4626
Yxy34.05970.24130.2218
Hunter Lab58.360711.2315-42.9232
CIE-Lab65.009916.1122-42.6315

#8d98ea color RGB value is (141,152,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10011000 11101010
Octal 215 230 352
Decimal 141 152 234
Hex 8D 98 EA

RGB Percentages of Color #8d98ea

%26.76
%28.84
%44.40

CMYK Percentages of Color #8d98ea

%40
%35
%0
%8

Triadic Colors of #8d98ea

#8d98ea #ea8d98 #98ea8d

Analogous Colors of #8d98ea

#8d98ea #b18dea #8dc7ea

Monochromatic Colors of #8d98ea

#8d98ea

Complementary Color

#8d98ea #eadf8d

#8d98ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d98ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d98ea Color CSS Codes

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

#8d98ea Text Font Color

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

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


#8d98ea Background Color

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

This div background color is #8d98ea


#8d98ea Border Color

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

This div border color is #8d98ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d98ea


Comments

No comments written yet.

Please login to write comment.