Color Hex Logo

#993da1 Color Hex

#993DA1
(153,61,161)
0 Favorites   0 Comments

Color spaces of #993da1

RGB 15361161
HSL0.820.450.44
HSV295°62°63°
CMYK 0.050.620.00   0.37
XYZ21.238612.683035.0469
Yxy12.68300.30790.1839
Hunter Lab35.613244.1287-33.4180
CIE-Lab42.281752.1977-36.5793

#993da1 color RGB value is (153,61,161).

#993da1 hex color red value is 153, green value is 61 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #993da1 hue: 0.82 , saturation: 0.45 and the lightness value of 993da1 is 0.44.

The process color (four color CMYK) of #993da1 color hex is 0.05, 0.62, 0.00, 0.37. Web safe color of #993da1 is #993399. Color #993da1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 10100001
Octal 231 75 241
Decimal 153 61 161
Hex 99 3D A1

RGB Percentages of Color #993da1

%40.80
%16.27
%42.93

CMYK Percentages of Color #993da1

%5
%62
%0
%37

Triadic Colors of #993da1

#993da1 #a1993d #3da199

Analogous Colors of #993da1

#993da1 #a13d77 #673da1

Monochromatic Colors of #993da1

#993da1

Complementary Color

#993da1 #45a13d

#993da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993da1 Color CSS Codes

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

#993da1 Text Font Color

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

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


#993da1 Background Color

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

This div background color is #993da1


#993da1 Border Color

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

This div border color is #993da1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993da1


Comments

No comments written yet.

Please login to write comment.