Color Hex Logo

#988bfd Color Hex

#988BFD
(152,139,253)
0 Favorites   0 Comments

Color spaces of #988bfd

RGB 152139253
HSL0.690.970.77
HSV247°45°99°
CMYK 0.400.450.00   0.01
XYZ39.911132.232597.0465
Yxy32.23250.23590.1905
Hunter Lab56.773726.1291-61.6062
CIE-Lab63.534631.5951-55.3445

#988bfd color RGB value is (152,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11111101
Octal 230 213 375
Decimal 152 139 253
Hex 98 8B FD

RGB Percentages of Color #988bfd

%27.94
%25.55
%46.51

CMYK Percentages of Color #988bfd

%40
%45
%0
%1

Triadic Colors of #988bfd

#988bfd #fd988b #8bfd98

Analogous Colors of #988bfd

#988bfd #d18bfd #8bb7fd

Monochromatic Colors of #988bfd

#988bfd

Complementary Color

#988bfd #f0fd8b

#988bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bfd Color CSS Codes

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

#988bfd Text Font Color

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

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


#988bfd Background Color

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

This div background color is #988bfd


#988bfd Border Color

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

This div border color is #988bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.