Color Hex Logo

#998ced Color Hex

#998CED
(153,140,237)
0 Favorites   0 Comments

Color spaces of #998ced

RGB 153140237
HSL0.690.730.74
HSV248°41°93°
CMYK 0.350.410.00   0.07
XYZ37.801031.642984.2361
Yxy31.64290.24600.2059
Hunter Lab56.252021.5098-49.4090
CIE-Lab63.046626.9800-47.3141

#998ced color RGB value is (153,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11101101
Octal 231 214 355
Decimal 153 140 237
Hex 99 8C ED

RGB Percentages of Color #998ced

%28.87
%26.42
%44.72

CMYK Percentages of Color #998ced

%35
%41
%0
%7

Triadic Colors of #998ced

#998ced #ed998c #8ced99

Analogous Colors of #998ced

#998ced #ca8ced #8cb0ed

Monochromatic Colors of #998ced

#998ced

Complementary Color

#998ced #e0ed8c

#998ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ced Color CSS Codes

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

#998ced Text Font Color

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

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


#998ced Background Color

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

This div background color is #998ced


#998ced Border Color

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

This div border color is #998ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ced


Comments

No comments written yet.

Please login to write comment.