Color Hex Logo

#998ecf Color Hex

#998ECF
(153,142,207)
0 Favorites   0 Comments

Color spaces of #998ecf

RGB 153142207
HSL0.690.400.68
HSV250°31°81°
CMYK 0.260.310.00   0.19
XYZ34.072430.623363.1466
Yxy30.62330.26650.2395
Hunter Lab55.338313.0623-28.9190
CIE-Lab62.188318.1692-31.9787

#998ecf color RGB value is (153,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11001111
Octal 231 216 317
Decimal 153 142 207
Hex 99 8E CF

RGB Percentages of Color #998ecf

%30.48
%28.29
%41.24

CMYK Percentages of Color #998ecf

%26
%31
%0
%19

Triadic Colors of #998ecf

#998ecf #cf998e #8ecf99

Analogous Colors of #998ecf

#998ecf #ba8ecf #8ea4cf

Monochromatic Colors of #998ecf

#998ecf

Complementary Color

#998ecf #c4cf8e

#998ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ecf Color CSS Codes

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

#998ecf Text Font Color

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

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


#998ecf Background Color

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

This div background color is #998ecf


#998ecf Border Color

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

This div border color is #998ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ecf

#998ecf Color Palettes


Comments

No comments written yet.

Please login to write comment.