Color Hex Logo

#989ec5 Color Hex

#989EC5
(152,158,197)
0 Favorites   0 Comments

Color spaces of #989ec5

RGB 152158197
HSL0.640.280.68
HSV232°23°77°
CMYK 0.230.200.00   0.23
XYZ35.253835.160357.7519
Yxy35.16030.27510.2743
Hunter Lab59.29612.3568-16.2387
CIE-Lab65.87336.3444-20.7337

#989ec5 color RGB value is (152,158,197).

#989ec5 hex color red value is 152, green value is 158 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #989ec5 hue: 0.64 , saturation: 0.28 and the lightness value of 989ec5 is 0.68.

The process color (four color CMYK) of #989ec5 color hex is 0.23, 0.20, 0.00, 0.23. Web safe color of #989ec5 is #9999cc. Color #989ec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011110 11000101
Octal 230 236 305
Decimal 152 158 197
Hex 98 9E C5

RGB Percentages of Color #989ec5

%29.98
%31.16
%38.86

CMYK Percentages of Color #989ec5

%23
%20
%0
%23

Triadic Colors of #989ec5

#989ec5 #c5989e #9ec598

Analogous Colors of #989ec5

#989ec5 #a998c5 #98b5c5

Monochromatic Colors of #989ec5

#989ec5

Complementary Color

#989ec5 #c5bf98

#989ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989ec5 Color CSS Codes

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

#989ec5 Text Font Color

<p style="color:#989ec5">Text here</p>

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


#989ec5 Background Color

<div style="background-color:#989ec5">
Div content here</div>

This div background color is #989ec5


#989ec5 Border Color

<div style="border:3px solid #989ec5">
Div here</div>

This div border color is #989ec5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,158,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #989ec5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #989ec5;
  -webkit-box-shadow: 1px 1px 3px 2px #989ec5;
  box-shadow:         1px 1px 3px 2px #989ec5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989ec5


Comments

No comments written yet.

Please login to write comment.