Color Hex Logo

#993988 Color Hex

#993988
(153,57,136)
0 Favorites   0 Comments

Color spaces of #993988

RGB 15357136
HSL0.860.460.41
HSV311°63°60°
CMYK 0.000.630.11   0.40
XYZ19.043911.476124.5039
Yxy11.47610.34610.2086
Hunter Lab33.876441.0616-19.1729
CIE-Lab40.371049.5999-24.4612

#993988 color RGB value is (153,57,136).

#993988 hex color red value is 153, green value is 57 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #993988 hue: 0.86 , saturation: 0.46 and the lightness value of 993988 is 0.41.

The process color (four color CMYK) of #993988 color hex is 0.00, 0.63, 0.11, 0.40. Web safe color of #993988 is #993399. Color #993988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111001 10001000
Octal 231 71 210
Decimal 153 57 136
Hex 99 39 88

RGB Percentages of Color #993988

%44.22
%16.47
%39.31

CMYK Percentages of Color #993988

%0
%63
%11
%40

Triadic Colors of #993988

#993988 #889939 #398899

Analogous Colors of #993988

#993988 #993958 #7a3999

Monochromatic Colors of #993988

#993988

Complementary Color

#993988 #39994a

#993988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993988 Color CSS Codes

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

#993988 Text Font Color

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

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


#993988 Background Color

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

This div background color is #993988


#993988 Border Color

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

This div border color is #993988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993988


Comments

No comments written yet.

Please login to write comment.