Color Hex Logo

#985fab Color Hex

#985FAB
(152,95,171)
0 Favorites   0 Comments

Color spaces of #985fab

RGB 15295171
HSL0.790.310.52
HSV285°44°67°
CMYK 0.110.440.00   0.33
XYZ24.391817.800140.6783
Yxy17.80010.29430.2148
Hunter Lab42.190229.3651-27.6323
CIE-Lab49.252736.4781-31.5401

#985fab color RGB value is (152,95,171).

#985fab hex color red value is 152, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #985fab hue: 0.79 , saturation: 0.31 and the lightness value of 985fab is 0.52.

The process color (four color CMYK) of #985fab color hex is 0.11, 0.44, 0.00, 0.33. Web safe color of #985fab is #996699. Color #985fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011111 10101011
Octal 230 137 253
Decimal 152 95 171
Hex 98 5F AB

RGB Percentages of Color #985fab

%36.36
%22.73
%40.91

CMYK Percentages of Color #985fab

%11
%44
%0
%33

Triadic Colors of #985fab

#985fab #ab985f #5fab98

Analogous Colors of #985fab

#985fab #ab5f98 #725fab

Monochromatic Colors of #985fab

#985fab

Complementary Color

#985fab #72ab5f

#985fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#985fab Color CSS Codes

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

#985fab Text Font Color

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

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


#985fab Background Color

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

This div background color is #985fab


#985fab Border Color

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

This div border color is #985fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,95,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985fab;
  -webkit-box-shadow: 1px 1px 3px 2px #985fab;
  box-shadow:         1px 1px 3px 2px #985fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985fab


Comments

No comments written yet.

Please login to write comment.