Color Hex Logo

#985368 Color Hex

#985368
(152,83,104)
1 Favorites   0 Comments

Color spaces of #985368

RGB 15283104
HSL0.950.290.46
HSV342°45°60°
CMYK 0.000.450.32   0.40
XYZ18.540813.861414.7950
Yxy13.86140.39280.2937
Hunter Lab37.230923.73802.5007
CIE-Lab44.033531.21400.6851

#985368 color RGB value is (152,83,104).

#985368 hex color red value is 152, green value is 83 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #985368 hue: 0.95 , saturation: 0.29 and the lightness value of 985368 is 0.46.

The process color (four color CMYK) of #985368 color hex is 0.00, 0.45, 0.32, 0.40. Web safe color of #985368 is #996666. Color #985368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010011 01101000
Octal 230 123 150
Decimal 152 83 104
Hex 98 53 68

RGB Percentages of Color #985368

%44.84
%24.48
%30.68

CMYK Percentages of Color #985368

%0
%45
%32
%40

Triadic Colors of #985368

#985368 #689853 #536898

Analogous Colors of #985368

#985368 #986053 #98538b

Monochromatic Colors of #985368

#985368

Complementary Color

#985368 #539883

#985368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985368 Color CSS Codes

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

#985368 Text Font Color

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

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


#985368 Background Color

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

This div background color is #985368


#985368 Border Color

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

This div border color is #985368


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,83,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 #985368">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985368


Comments

No comments written yet.

Please login to write comment.