Color Hex Logo

#998ec1 Color Hex

#998EC1
(153,142,193)
0 Favorites   0 Comments

Color spaces of #998ec1

RGB 153142193
HSL0.700.290.66
HSV253°26°76°
CMYK 0.210.260.00   0.24
XYZ32.435529.968654.5271
Yxy29.96860.27740.2563
Hunter Lab54.74369.9597-20.7350
CIE-Lab61.627114.8066-24.9834

#998ec1 color RGB value is (153,142,193).

#998ec1 hex color red value is 153, green value is 142 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #998ec1 hue: 0.70 , saturation: 0.29 and the lightness value of 998ec1 is 0.66.

The process color (four color CMYK) of #998ec1 color hex is 0.21, 0.26, 0.00, 0.24. Web safe color of #998ec1 is #9999cc. Color #998ec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11000001
Octal 231 216 301
Decimal 153 142 193
Hex 99 8E C1

RGB Percentages of Color #998ec1

%31.35
%29.10
%39.55

CMYK Percentages of Color #998ec1

%21
%26
%0
%24

Triadic Colors of #998ec1

#998ec1 #c1998e #8ec199

Analogous Colors of #998ec1

#998ec1 #b38ec1 #8e9dc1

Monochromatic Colors of #998ec1

#998ec1

Complementary Color

#998ec1 #b6c18e

#998ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ec1 Color CSS Codes

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

#998ec1 Text Font Color

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

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


#998ec1 Background Color

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

This div background color is #998ec1


#998ec1 Border Color

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

This div border color is #998ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ec1


Comments

No comments written yet.

Please login to write comment.