Color Hex Logo

#993a7d Color Hex

#993A7D
(153,58,125)
0 Favorites   0 Comments

Color spaces of #993a7d

RGB 15358125
HSL0.880.450.41
HSV318°62°60°
CMYK 0.000.620.18   0.40
XYZ18.351611.279120.6119
Yxy11.27910.36530.2245
Hunter Lab33.584438.7656-12.8793
CIE-Lab40.046647.4091-18.2051

#993a7d color RGB value is (153,58,125).

#993a7d hex color red value is 153, green value is 58 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #993a7d hue: 0.88 , saturation: 0.45 and the lightness value of 993a7d is 0.41.

The process color (four color CMYK) of #993a7d color hex is 0.00, 0.62, 0.18, 0.40. Web safe color of #993a7d is #993366. Color #993a7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 01111101
Octal 231 72 175
Decimal 153 58 125
Hex 99 3A 7D

RGB Percentages of Color #993a7d

%45.54
%17.26
%37.20

CMYK Percentages of Color #993a7d

%0
%62
%18
%40

Triadic Colors of #993a7d

#993a7d #7d993a #3a7d99

Analogous Colors of #993a7d

#993a7d #993a4d #863a99

Monochromatic Colors of #993a7d

#993a7d

Complementary Color

#993a7d #3a9956

#993a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#993a7d Color CSS Codes

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

#993a7d Text Font Color

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

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


#993a7d Background Color

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

This div background color is #993a7d


#993a7d Border Color

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

This div border color is #993a7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,58,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #993a7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #993a7d;
  -webkit-box-shadow: 1px 1px 3px 2px #993a7d;
  box-shadow:         1px 1px 3px 2px #993a7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,58,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993a7d


Comments

No comments written yet.

Please login to write comment.