Color Hex Logo

#998ecb Color Hex

#998ECB
(153,142,203)
0 Favorites   0 Comments

Color spaces of #998ecb

RGB 153142203
HSL0.700.370.68
HSV251°30°80°
CMYK 0.250.300.00   0.20
XYZ33.589430.430160.6032
Yxy30.43010.26950.2442
Hunter Lab55.163512.1537-26.5222
CIE-Lab62.023617.1931-29.9927

#998ecb color RGB value is (153,142,203).

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

The process color (four color CMYK) of #998ecb color hex is 0.25, 0.30, 0.00, 0.20. Web safe color of #998ecb is #9999cc. Color #998ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11001011
Octal 231 216 313
Decimal 153 142 203
Hex 99 8E CB

RGB Percentages of Color #998ecb

%30.72
%28.51
%40.76

CMYK Percentages of Color #998ecb

%25
%30
%0
%20

Triadic Colors of #998ecb

#998ecb #cb998e #8ecb99

Analogous Colors of #998ecb

#998ecb #b88ecb #8ea2cb

Monochromatic Colors of #998ecb

#998ecb

Complementary Color

#998ecb #c0cb8e

#998ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ecb Color CSS Codes

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

#998ecb Text Font Color

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

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


#998ecb Background Color

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

This div background color is #998ecb


#998ecb Border Color

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

This div border color is #998ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ecb


Comments

No comments written yet.

Please login to write comment.