Color Hex Logo

#981888 Color Hex

#981888
(152,24,136)
0 Favorites   0 Comments

Color spaces of #981888

RGB 15224136
HSL0.850.730.35
HSV308°84°60°
CMYK 0.000.840.11   0.40
XYZ17.71959.106224.1163
Yxy9.10620.34780.1788
Hunter Lab30.176552.0056-26.2596
CIE-Lab36.188060.6844-31.0286

#981888 color RGB value is (152,24,136).

#981888 hex color red value is 152, green value is 24 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #981888 hue: 0.85 , saturation: 0.73 and the lightness value of 981888 is 0.35.

The process color (four color CMYK) of #981888 color hex is 0.00, 0.84, 0.11, 0.40. Web safe color of #981888 is #990099. Color #981888 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011000 10001000
Octal 230 30 210
Decimal 152 24 136
Hex 98 18 88

RGB Percentages of Color #981888

%48.72
%7.69
%43.59

CMYK Percentages of Color #981888

%0
%84
%11
%40

Triadic Colors of #981888

#981888 #889818 #188898

Analogous Colors of #981888

#981888 #981848 #681898

Monochromatic Colors of #981888

#981888

Complementary Color

#981888 #189828

#981888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981888 Color CSS Codes

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

#981888 Text Font Color

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

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


#981888 Background Color

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

This div background color is #981888


#981888 Border Color

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

This div border color is #981888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981888


Comments

No comments written yet.

Please login to write comment.