Color Hex Logo

#998ed4 Color Hex

#998ED4
(153,142,212)
0 Favorites   0 Comments

Color spaces of #998ed4

RGB 153142212
HSL0.690.450.69
HSV249°33°83°
CMYK 0.280.330.00   0.17
XYZ34.693530.871866.4177
Yxy30.87180.26290.2339
Hunter Lab55.562414.2223-31.9799
CIE-Lab62.399319.4052-34.4466

#998ed4 color RGB value is (153,142,212).

#998ed4 hex color red value is 153, green value is 142 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #998ed4 hue: 0.69 , saturation: 0.45 and the lightness value of 998ed4 is 0.69.

The process color (four color CMYK) of #998ed4 color hex is 0.28, 0.33, 0.00, 0.17. Web safe color of #998ed4 is #9999cc. Color #998ed4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11010100
Octal 231 216 324
Decimal 153 142 212
Hex 99 8E D4

RGB Percentages of Color #998ed4

%30.18
%28.01
%41.81

CMYK Percentages of Color #998ed4

%28
%33
%0
%17

Triadic Colors of #998ed4

#998ed4 #d4998e #8ed499

Analogous Colors of #998ed4

#998ed4 #bc8ed4 #8ea6d4

Monochromatic Colors of #998ed4

#998ed4

Complementary Color

#998ed4 #c9d48e

#998ed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ed4 Color CSS Codes

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

#998ed4 Text Font Color

<p style="color:#998ed4">Text here</p>

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


#998ed4 Background Color

<div style="background-color:#998ed4">
Div content here</div>

This div background color is #998ed4


#998ed4 Border Color

<div style="border:3px solid #998ed4">
Div here</div>

This div border color is #998ed4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,142,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998ed4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998ed4;
  -webkit-box-shadow: 1px 1px 3px 2px #998ed4;
  box-shadow:         1px 1px 3px 2px #998ed4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,142,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ed4


Comments

No comments written yet.

Please login to write comment.