Color Hex Logo

#998cec Color Hex

#998CEC
(153,140,236)
0 Favorites   0 Comments

Color spaces of #998cec

RGB 153140236
HSL0.690.720.74
HSV248°41°93°
CMYK 0.350.410.00   0.07
XYZ37.655331.584683.4687
Yxy31.58460.24660.2068
Hunter Lab56.200221.2484-48.7176
CIE-Lab62.998126.7164-46.8386

#998cec color RGB value is (153,140,236).

#998cec hex color red value is 153, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #998cec hue: 0.69 , saturation: 0.72 and the lightness value of 998cec is 0.74.

The process color (four color CMYK) of #998cec color hex is 0.35, 0.41, 0.00, 0.07. Web safe color of #998cec is #9999ff. Color #998cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11101100
Octal 231 214 354
Decimal 153 140 236
Hex 99 8C EC

RGB Percentages of Color #998cec

%28.92
%26.47
%44.61

CMYK Percentages of Color #998cec

%35
%41
%0
%7

Triadic Colors of #998cec

#998cec #ec998c #8cec99

Analogous Colors of #998cec

#998cec #c98cec #8cafec

Monochromatic Colors of #998cec

#998cec

Complementary Color

#998cec #dfec8c

#998cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cec Color CSS Codes

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

#998cec Text Font Color

<p style="color:#998cec">Text here</p>

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


#998cec Background Color

<div style="background-color:#998cec">
Div content here</div>

This div background color is #998cec


#998cec Border Color

<div style="border:3px solid #998cec">
Div here</div>

This div border color is #998cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,140,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998cec;
  -webkit-box-shadow: 1px 1px 3px 2px #998cec;
  box-shadow:         1px 1px 3px 2px #998cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,140,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cec


Comments

No comments written yet.

Please login to write comment.