Color Hex Logo

#997093 Color Hex

#997093
(153,112,147)
0 Favorites   0 Comments

Color spaces of #997093

RGB 153112147
HSL0.860.170.52
HSV309°27°60°
CMYK 0.000.270.04   0.40
XYZ24.197520.467230.2790
Yxy20.46720.32290.2731
Hunter Lab45.240716.3016-8.0135
CIE-Lab52.361422.2329-12.6796

#997093 color RGB value is (153,112,147).

#997093 hex color red value is 153, green value is 112 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #997093 hue: 0.86 , saturation: 0.17 and the lightness value of 997093 is 0.52.

The process color (four color CMYK) of #997093 color hex is 0.00, 0.27, 0.04, 0.40. Web safe color of #997093 is #996699. Color #997093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110000 10010011
Octal 231 160 223
Decimal 153 112 147
Hex 99 70 93

RGB Percentages of Color #997093

%37.14
%27.18
%35.68

CMYK Percentages of Color #997093

%0
%27
%4
%40

Triadic Colors of #997093

#997093 #939970 #709399

Analogous Colors of #997093

#997093 #99707f #8b7099

Monochromatic Colors of #997093

#997093

Complementary Color

#997093 #709976

#997093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997093 Color CSS Codes

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

#997093 Text Font Color

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

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


#997093 Background Color

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

This div background color is #997093


#997093 Border Color

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

This div border color is #997093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,112,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997093;
  -webkit-box-shadow: 1px 1px 3px 2px #997093;
  box-shadow:         1px 1px 3px 2px #997093; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997093


Comments

No comments written yet.

Please login to write comment.