Color Hex Logo

#992968 Color Hex

#992968
(153,41,104)
0 Favorites   0 Comments

Color spaces of #992968

RGB 15341104
HSL0.910.580.38
HSV326°73°60°
CMYK 0.000.730.32   0.40
XYZ16.42859.357714.0370
Yxy9.35770.41250.2350
Hunter Lab30.590442.3300-5.7932
CIE-Lab36.664151.5198-10.2340

#992968 color RGB value is (153,41,104).

#992968 hex color red value is 153, green value is 41 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #992968 hue: 0.91 , saturation: 0.58 and the lightness value of 992968 is 0.38.

The process color (four color CMYK) of #992968 color hex is 0.00, 0.73, 0.32, 0.40. Web safe color of #992968 is #993366. Color #992968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101001 01101000
Octal 231 51 150
Decimal 153 41 104
Hex 99 29 68

RGB Percentages of Color #992968

%51.34
%13.76
%34.90

CMYK Percentages of Color #992968

%0
%73
%32
%40

Triadic Colors of #992968

#992968 #689929 #296899

Analogous Colors of #992968

#992968 #992930 #922999

Monochromatic Colors of #992968

#992968

Complementary Color

#992968 #29995a

#992968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992968 Color CSS Codes

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

#992968 Text Font Color

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

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


#992968 Background Color

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

This div background color is #992968


#992968 Border Color

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

This div border color is #992968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992968


Comments

No comments written yet.

Please login to write comment.