Color Hex Logo

#988bfe Color Hex

#988BFE
(152,139,254)
0 Favorites   0 Comments

Color spaces of #988bfe

RGB 152139254
HSL0.690.980.77
HSV247°45°100°
CMYK 0.400.450.00   0.00
XYZ40.070932.296497.8878
Yxy32.29640.23540.1897
Hunter Lab56.829926.4084-62.3443
CIE-Lab63.587131.8678-55.8085

#988bfe color RGB value is (152,139,254).

#988bfe hex color red value is 152, green value is 139 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #988bfe hue: 0.69 , saturation: 0.98 and the lightness value of 988bfe is 0.77.

The process color (four color CMYK) of #988bfe color hex is 0.40, 0.45, 0.00, 0.00. Web safe color of #988bfe is #9999ff. Color #988bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11111110
Octal 230 213 376
Decimal 152 139 254
Hex 98 8B FE

RGB Percentages of Color #988bfe

%27.89
%25.50
%46.61

CMYK Percentages of Color #988bfe

%40
%45
%0
%0

Triadic Colors of #988bfe

#988bfe #fe988b #8bfe98

Analogous Colors of #988bfe

#988bfe #d28bfe #8bb8fe

Monochromatic Colors of #988bfe

#988bfe

Complementary Color

#988bfe #f1fe8b

#988bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bfe Color CSS Codes

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

#988bfe Text Font Color

<p style="color:#988bfe">Text here</p>

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


#988bfe Background Color

<div style="background-color:#988bfe">
Div content here</div>

This div background color is #988bfe


#988bfe Border Color

<div style="border:3px solid #988bfe">
Div here</div>

This div border color is #988bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,139,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #988bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #988bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #988bfe;
  box-shadow:         1px 1px 3px 2px #988bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,139,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bfe


Comments

No comments written yet.

Please login to write comment.