Color Hex Logo

#988fda Color Hex

#988FDA
(152,143,218)
0 Favorites   0 Comments

Color spaces of #988fda

RGB 152143218
HSL0.690.500.71
HSV247°34°85°
CMYK 0.300.340.00   0.15
XYZ35.426231.382370.5199
Yxy31.38230.25800.2285
Hunter Lab56.019914.8460-35.4225
CIE-Lab62.829020.0508-37.1281

#988fda color RGB value is (152,143,218).

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

The process color (four color CMYK) of #988fda color hex is 0.30, 0.34, 0.00, 0.15. Web safe color of #988fda is #9999cc. Color #988fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001111 11011010
Octal 230 217 332
Decimal 152 143 218
Hex 98 8F DA

RGB Percentages of Color #988fda

%29.63
%27.88
%42.50

CMYK Percentages of Color #988fda

%30
%34
%0
%15

Triadic Colors of #988fda

#988fda #da988f #8fda98

Analogous Colors of #988fda

#988fda #be8fda #8facda

Monochromatic Colors of #988fda

#988fda

Complementary Color

#988fda #d1da8f

#988fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#988fda Color CSS Codes

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

#988fda Text Font Color

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

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


#988fda Background Color

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

This div background color is #988fda


#988fda Border Color

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

This div border color is #988fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988fda


Comments

No comments written yet.

Please login to write comment.