Color Hex Logo

#998fc1 Color Hex

#998FC1
(153,143,193)
0 Favorites   0 Comments

Color spaces of #998fc1

RGB 153143193
HSL0.700.290.66
HSV252°26°76°
CMYK 0.210.260.00   0.24
XYZ32.585030.267554.5769
Yxy30.26750.27750.2578
Hunter Lab55.01599.4447-20.3058
CIE-Lab61.884314.2339-24.5882

#998fc1 color RGB value is (153,143,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001111 11000001
Octal 231 217 301
Decimal 153 143 193
Hex 99 8F C1

RGB Percentages of Color #998fc1

%31.29
%29.24
%39.47

CMYK Percentages of Color #998fc1

%21
%26
%0
%24

Triadic Colors of #998fc1

#998fc1 #c1998f #8fc199

Analogous Colors of #998fc1

#998fc1 #b28fc1 #8f9ec1

Monochromatic Colors of #998fc1

#998fc1

Complementary Color

#998fc1 #b7c18f

#998fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998fc1 Color CSS Codes

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

#998fc1 Text Font Color

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

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


#998fc1 Background Color

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

This div background color is #998fc1


#998fc1 Border Color

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

This div border color is #998fc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,143,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 #998fc1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998fc1


Comments

No comments written yet.

Please login to write comment.