Color Hex Logo

#988adc Color Hex

#988ADC
(152,138,220)
0 Favorites   0 Comments

Color spaces of #988adc

RGB 152138220
HSL0.700.540.70
HSV250°37°86°
CMYK 0.310.370.00   0.14
XYZ34.955630.019771.6622
Yxy30.01970.25580.2197
Hunter Lab54.790217.9982-39.1944
CIE-Lab61.671223.4410-40.0537

#988adc color RGB value is (152,138,220).

#988adc hex color red value is 152, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #988adc hue: 0.70 , saturation: 0.54 and the lightness value of 988adc is 0.70.

The process color (four color CMYK) of #988adc color hex is 0.31, 0.37, 0.00, 0.14. Web safe color of #988adc is #9999cc. Color #988adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 11011100
Octal 230 212 334
Decimal 152 138 220
Hex 98 8A DC

RGB Percentages of Color #988adc

%29.80
%27.06
%43.14

CMYK Percentages of Color #988adc

%31
%37
%0
%14

Triadic Colors of #988adc

#988adc #dc988a #8adc98

Analogous Colors of #988adc

#988adc #c18adc #8aa5dc

Monochromatic Colors of #988adc

#988adc

Complementary Color

#988adc #cedc8a

#988adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#988adc Color CSS Codes

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

#988adc Text Font Color

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

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


#988adc Background Color

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

This div background color is #988adc


#988adc Border Color

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

This div border color is #988adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988adc


Comments

No comments written yet.

Please login to write comment.