Color Hex Logo

#988fd5 Color Hex

#988FD5
(152,143,213)
0 Favorites   0 Comments

Color spaces of #988fd5

RGB 152143213
HSL0.690.450.70
HSV248°33°84°
CMYK 0.290.330.00   0.16
XYZ34.781631.124467.1252
Yxy31.12440.26150.2340
Hunter Lab55.789213.6540-32.2848
CIE-Lab62.612518.7883-34.6791

#988fd5 color RGB value is (152,143,213).

#988fd5 hex color red value is 152, green value is 143 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #988fd5 hue: 0.69 , saturation: 0.45 and the lightness value of 988fd5 is 0.70.

The process color (four color CMYK) of #988fd5 color hex is 0.29, 0.33, 0.00, 0.16. Web safe color of #988fd5 is #9999cc. Color #988fd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001111 11010101
Octal 230 217 325
Decimal 152 143 213
Hex 98 8F D5

RGB Percentages of Color #988fd5

%29.92
%28.15
%41.93

CMYK Percentages of Color #988fd5

%29
%33
%0
%16

Triadic Colors of #988fd5

#988fd5 #d5988f #8fd598

Analogous Colors of #988fd5

#988fd5 #bb8fd5 #8fa9d5

Monochromatic Colors of #988fd5

#988fd5

Complementary Color

#988fd5 #ccd58f

#988fd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988fd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988fd5 Color CSS Codes

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

#988fd5 Text Font Color

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

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


#988fd5 Background Color

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

This div background color is #988fd5


#988fd5 Border Color

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

This div border color is #988fd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988fd5


Comments

No comments written yet.

Please login to write comment.