Color Hex Logo

#998ae1 Color Hex

#998AE1
(153,138,225)
0 Favorites   0 Comments

Color spaces of #998ae1

RGB 153138225
HSL0.700.590.71
HSV250°39°88°
CMYK 0.320.390.00   0.12
XYZ35.816030.385575.2114
Yxy30.38550.25330.2149
Hunter Lab55.123019.5144-42.3108
CIE-Lab61.985425.0020-42.3379

#998ae1 color RGB value is (153,138,225).

#998ae1 hex color red value is 153, green value is 138 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #998ae1 hue: 0.70 , saturation: 0.59 and the lightness value of 998ae1 is 0.71.

The process color (four color CMYK) of #998ae1 color hex is 0.32, 0.39, 0.00, 0.12. Web safe color of #998ae1 is #9999cc. Color #998ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 11100001
Octal 231 212 341
Decimal 153 138 225
Hex 99 8A E1

RGB Percentages of Color #998ae1

%29.65
%26.74
%43.60

CMYK Percentages of Color #998ae1

%32
%39
%0
%12

Triadic Colors of #998ae1

#998ae1 #e1998a #8ae199

Analogous Colors of #998ae1

#998ae1 #c58ae1 #8aa7e1

Monochromatic Colors of #998ae1

#998ae1

Complementary Color

#998ae1 #d2e18a

#998ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ae1 Color CSS Codes

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

#998ae1 Text Font Color

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

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


#998ae1 Background Color

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

This div background color is #998ae1


#998ae1 Border Color

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

This div border color is #998ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ae1


Comments

No comments written yet.

Please login to write comment.