Color Hex Logo

#993cae Color Hex

#993CAE
(153,60,174)
0 Favorites   0 Comments

Color spaces of #993cae

RGB 15360174
HSL0.800.490.46
HSV289°66°68°
CMYK 0.120.660.00   0.32
XYZ22.392713.060041.3850
Yxy13.06000.29140.1700
Hunter Lab36.138647.3620-42.6003
CIE-Lab42.853555.1320-43.4026

#993cae color RGB value is (153,60,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111100 10101110
Octal 231 74 256
Decimal 153 60 174
Hex 99 3C AE

RGB Percentages of Color #993cae

%39.53
%15.50
%44.96

CMYK Percentages of Color #993cae

%12
%66
%0
%32

Triadic Colors of #993cae

#993cae #ae993c #3cae99

Analogous Colors of #993cae

#993cae #ae3c8a #603cae

Monochromatic Colors of #993cae

#993cae

Complementary Color

#993cae #51ae3c

#993cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#993cae Color CSS Codes

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

#993cae Text Font Color

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

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


#993cae Background Color

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

This div background color is #993cae


#993cae Border Color

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

This div border color is #993cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993cae


Comments

No comments written yet.

Please login to write comment.