Color Hex Logo

#993dae Color Hex

#993DAE
(153,61,174)
0 Favorites   0 Comments

Color spaces of #993dae

RGB 15361174
HSL0.800.480.46
HSV289°65°68°
CMYK 0.120.650.00   0.32
XYZ22.445613.165841.4026
Yxy13.16580.29140.1710
Hunter Lab36.284746.9213-42.2535
CIE-Lab43.012054.6918-43.1499

#993dae color RGB value is (153,61,174).

#993dae hex color red value is 153, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #993dae hue: 0.80 , saturation: 0.48 and the lightness value of 993dae is 0.46.

The process color (four color CMYK) of #993dae color hex is 0.12, 0.65, 0.00, 0.32. Web safe color of #993dae is #993399. Color #993dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 10101110
Octal 231 75 256
Decimal 153 61 174
Hex 99 3D AE

RGB Percentages of Color #993dae

%39.43
%15.72
%44.85

CMYK Percentages of Color #993dae

%12
%65
%0
%32

Triadic Colors of #993dae

#993dae #ae993d #3dae99

Analogous Colors of #993dae

#993dae #ae3d8b #613dae

Monochromatic Colors of #993dae

#993dae

Complementary Color

#993dae #52ae3d

#993dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#993dae Color CSS Codes

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

#993dae Text Font Color

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

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


#993dae Background Color

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

This div background color is #993dae


#993dae Border Color

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

This div border color is #993dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993dae


Comments

No comments written yet.

Please login to write comment.