Color Hex Logo

#984073 Color Hex

#984073
(152,64,115)
0 Favorites   0 Comments

Color spaces of #984073

RGB 15264115
HSL0.900.410.42
HSV325°58°60°
CMYK 0.000.580.24   0.40
XYZ17.876811.580017.5126
Yxy11.58000.38060.2465
Hunter Lab34.029434.2207-6.6919
CIE-Lab40.540742.7655-11.2822

#984073 color RGB value is (152,64,115).

#984073 hex color red value is 152, green value is 64 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #984073 hue: 0.90 , saturation: 0.41 and the lightness value of 984073 is 0.42.

The process color (four color CMYK) of #984073 color hex is 0.00, 0.58, 0.24, 0.40. Web safe color of #984073 is #993366. Color #984073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000000 01110011
Octal 230 100 163
Decimal 152 64 115
Hex 98 40 73

RGB Percentages of Color #984073

%45.92
%19.34
%34.74

CMYK Percentages of Color #984073

%0
%58
%24
%40

Triadic Colors of #984073

#984073 #739840 #407398

Analogous Colors of #984073

#984073 #984047 #914098

Monochromatic Colors of #984073

#984073

Complementary Color

#984073 #409865

#984073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984073 Color CSS Codes

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

#984073 Text Font Color

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

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


#984073 Background Color

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

This div background color is #984073


#984073 Border Color

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

This div border color is #984073


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,64,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #984073; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #984073;
  -webkit-box-shadow: 1px 1px 3px 2px #984073;
  box-shadow:         1px 1px 3px 2px #984073; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984073


Comments

No comments written yet.

Please login to write comment.