Color Hex Logo

#988cda Color Hex

#988CDA
(152,140,218)
0 Favorites   0 Comments

Color spaces of #988cda

RGB 152140218
HSL0.690.510.70
HSV249°36°85°
CMYK 0.300.360.00   0.15
XYZ34.981930.493570.3718
Yxy30.49350.25750.2245
Hunter Lab55.220916.4414-36.9027
CIE-Lab62.077721.7786-38.3023

#988cda color RGB value is (152,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001100 11011010
Octal 230 214 332
Decimal 152 140 218
Hex 98 8C DA

RGB Percentages of Color #988cda

%29.80
%27.45
%42.75

CMYK Percentages of Color #988cda

%30
%36
%0
%15

Triadic Colors of #988cda

#988cda #da988c #8cda98

Analogous Colors of #988cda

#988cda #bf8cda #8ca7da

Monochromatic Colors of #988cda

#988cda

Complementary Color

#988cda #ceda8c

#988cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#988cda Color CSS Codes

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

#988cda Text Font Color

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

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


#988cda Background Color

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

This div background color is #988cda


#988cda Border Color

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

This div border color is #988cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988cda


Comments

No comments written yet.

Please login to write comment.