Color Hex Logo

#993bae Color Hex

#993BAE
(153,59,174)
0 Favorites   0 Comments

Color spaces of #993bae

RGB 15359174
HSL0.800.490.46
HSV289°66°68°
CMYK 0.120.660.00   0.32
XYZ22.340812.956241.3677
Yxy12.95620.29140.1690
Hunter Lab35.994747.7986-42.9440
CIE-Lab42.697255.5671-43.6520

#993bae color RGB value is (153,59,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 10101110
Octal 231 73 256
Decimal 153 59 174
Hex 99 3B AE

RGB Percentages of Color #993bae

%39.64
%15.28
%45.08

CMYK Percentages of Color #993bae

%12
%66
%0
%32

Triadic Colors of #993bae

#993bae #ae993b #3bae99

Analogous Colors of #993bae

#993bae #ae3b8a #5f3bae

Monochromatic Colors of #993bae

#993bae

Complementary Color

#993bae #50ae3b

#993bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#993bae Color CSS Codes

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

#993bae Text Font Color

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

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


#993bae Background Color

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

This div background color is #993bae


#993bae Border Color

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

This div border color is #993bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993bae


Comments

No comments written yet.

Please login to write comment.