Color Hex Logo

#998de5 Color Hex

#998DE5
(153,141,229)
0 Favorites   0 Comments

Color spaces of #998de5

RGB 153141229
HSL0.690.630.73
HSV248°38°90°
CMYK 0.330.380.00   0.10
XYZ36.804631.479278.2650
Yxy31.47920.25110.2148
Hunter Lab56.106318.9063-43.4316
CIE-Lab62.910124.3091-43.1046

#998de5 color RGB value is (153,141,229).

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

The process color (four color CMYK) of #998de5 color hex is 0.33, 0.38, 0.00, 0.10. Web safe color of #998de5 is #9999cc. Color #998de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 11100101
Octal 231 215 345
Decimal 153 141 229
Hex 99 8D E5

RGB Percentages of Color #998de5

%29.25
%26.96
%43.79

CMYK Percentages of Color #998de5

%33
%38
%0
%10

Triadic Colors of #998de5

#998de5 #e5998d #8de599

Analogous Colors of #998de5

#998de5 #c58de5 #8dade5

Monochromatic Colors of #998de5

#998de5

Complementary Color

#998de5 #d9e58d

#998de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998de5 Color CSS Codes

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

#998de5 Text Font Color

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

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


#998de5 Background Color

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

This div background color is #998de5


#998de5 Border Color

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

This div border color is #998de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998de5


Comments

No comments written yet.

Please login to write comment.