Color Hex Logo

#985391 Color Hex

#985391
(152,83,145)
1 Favorites   0 Comments

Color spaces of #985391

RGB 15283145
HSL0.850.290.46
HSV306°45°60°
CMYK 0.000.450.05   0.40
XYZ21.153014.906228.5504
Yxy14.90620.32740.2307
Hunter Lab38.608530.2323-16.8180
CIE-Lab45.505537.8939-21.9671

#985391 color RGB value is (152,83,145).

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

The process color (four color CMYK) of #985391 color hex is 0.00, 0.45, 0.05, 0.40. Web safe color of #985391 is #996699. Color #985391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010011 10010001
Octal 230 123 221
Decimal 152 83 145
Hex 98 53 91

RGB Percentages of Color #985391

%40.00
%21.84
%38.16

CMYK Percentages of Color #985391

%0
%45
%5
%40

Triadic Colors of #985391

#985391 #919853 #539198

Analogous Colors of #985391

#985391 #98536f #7d5398

Monochromatic Colors of #985391

#985391

Complementary Color

#985391 #53985a

#985391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985391 Color CSS Codes

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

#985391 Text Font Color

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

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


#985391 Background Color

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

This div background color is #985391


#985391 Border Color

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

This div border color is #985391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985391


Comments

No comments written yet.

Please login to write comment.