Color Hex Logo

#984975 Color Hex

#984975
(152,73,117)
0 Favorites   0 Comments

Color spaces of #984975

RGB 15273117
HSL0.910.350.44
HSV327°52°60°
CMYK 0.000.520.23   0.40
XYZ18.542312.724818.3085
Yxy12.72480.37400.2567
Hunter Lab35.671830.3590-5.4602
CIE-Lab42.345638.4971-9.7935

#984975 color RGB value is (152,73,117).

#984975 hex color red value is 152, green value is 73 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #984975 hue: 0.91 , saturation: 0.35 and the lightness value of 984975 is 0.44.

The process color (four color CMYK) of #984975 color hex is 0.00, 0.52, 0.23, 0.40. Web safe color of #984975 is #993366. Color #984975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 01110101
Octal 230 111 165
Decimal 152 73 117
Hex 98 49 75

RGB Percentages of Color #984975

%44.44
%21.35
%34.21

CMYK Percentages of Color #984975

%0
%52
%23
%40

Triadic Colors of #984975

#984975 #759849 #497598

Analogous Colors of #984975

#984975 #98494e #944998

Monochromatic Colors of #984975

#984975

Complementary Color

#984975 #49986c

#984975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984975 Color CSS Codes

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

#984975 Text Font Color

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

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


#984975 Background Color

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

This div background color is #984975


#984975 Border Color

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

This div border color is #984975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984975


Comments

No comments written yet.

Please login to write comment.