Color Hex Logo

#998ece Color Hex

#998ECE
(153,142,206)
0 Favorites   0 Comments

Color spaces of #998ece

RGB 153142206
HSL0.700.400.68
HSV250°31°81°
CMYK 0.260.310.00   0.19
XYZ33.950430.574562.5046
Yxy30.57450.26730.2407
Hunter Lab55.294212.8333-28.3155
CIE-Lab62.146817.9238-31.4832

#998ece color RGB value is (153,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11001110
Octal 231 216 316
Decimal 153 142 206
Hex 99 8E CE

RGB Percentages of Color #998ece

%30.54
%28.34
%41.12

CMYK Percentages of Color #998ece

%26
%31
%0
%19

Triadic Colors of #998ece

#998ece #ce998e #8ece99

Analogous Colors of #998ece

#998ece #b98ece #8ea3ce

Monochromatic Colors of #998ece

#998ece

Complementary Color

#998ece #c3ce8e

#998ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ece Color CSS Codes

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

#998ece Text Font Color

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

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


#998ece Background Color

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

This div background color is #998ece


#998ece Border Color

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

This div border color is #998ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ece


Comments

No comments written yet.

Please login to write comment.