Color Hex Logo

#998efa Color Hex

#998EFA
(153,142,250)
0 Favorites   0 Comments

Color spaces of #998efa

RGB 153142250
HSL0.680.920.77
HSV246°43°98°
CMYK 0.390.430.00   0.02
XYZ40.065233.020494.7044
Yxy33.02040.23880.1968
Hunter Lab57.463423.8947-57.4905
CIE-Lab64.177429.3055-52.6751

#998efa color RGB value is (153,142,250).

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

The process color (four color CMYK) of #998efa color hex is 0.39, 0.43, 0.00, 0.02. Web safe color of #998efa is #9999ff. Color #998efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11111010
Octal 231 216 372
Decimal 153 142 250
Hex 99 8E FA

RGB Percentages of Color #998efa

%28.07
%26.06
%45.87

CMYK Percentages of Color #998efa

%39
%43
%0
%2

Triadic Colors of #998efa

#998efa #fa998e #8efa99

Analogous Colors of #998efa

#998efa #cf8efa #8eb9fa

Monochromatic Colors of #998efa

#998efa

Complementary Color

#998efa #effa8e

#998efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#998efa Color CSS Codes

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

#998efa Text Font Color

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

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


#998efa Background Color

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

This div background color is #998efa


#998efa Border Color

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

This div border color is #998efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998efa


Comments

No comments written yet.

Please login to write comment.