Color Hex Logo

#988ffd Color Hex

#988FFD
(152,143,253)
0 Favorites   0 Comments

Color spaces of #988ffd

RGB 152143253
HSL0.680.960.78
HSV245°43°99°
CMYK 0.400.430.00   0.01
XYZ40.501033.412297.2431
Yxy33.41220.23660.1952
Hunter Lab57.803323.9138-59.2819
CIE-Lab64.493329.2984-53.8214

#988ffd color RGB value is (152,143,253).

#988ffd hex color red value is 152, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #988ffd hue: 0.68 , saturation: 0.96 and the lightness value of 988ffd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001111 11111101
Octal 230 217 375
Decimal 152 143 253
Hex 98 8F FD

RGB Percentages of Color #988ffd

%27.74
%26.09
%46.17

CMYK Percentages of Color #988ffd

%40
%43
%0
%1

Triadic Colors of #988ffd

#988ffd #fd988f #8ffd98

Analogous Colors of #988ffd

#988ffd #cf8ffd #8fbdfd

Monochromatic Colors of #988ffd

#988ffd

Complementary Color

#988ffd #f4fd8f

#988ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#988ffd Color CSS Codes

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

#988ffd Text Font Color

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

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


#988ffd Background Color

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

This div background color is #988ffd


#988ffd Border Color

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

This div border color is #988ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988ffd


Comments

No comments written yet.

Please login to write comment.