Color Hex Logo

#913cae Color Hex

#913CAE
(145,60,174)
0 Favorites   0 Comments

Color spaces of #913cae

RGB 14560174
HSL0.790.490.46
HSV285°66°68°
CMYK 0.170.660.00   0.32
XYZ20.932912.307541.3167
Yxy12.30750.28080.1651
Hunter Lab35.082045.1145-45.2694
CIE-Lab41.700753.2390-45.3104

#913cae color RGB value is (145,60,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111100 10101110
Octal 221 74 256
Decimal 145 60 174
Hex 91 3C AE

RGB Percentages of Color #913cae

%38.26
%15.83
%45.91

CMYK Percentages of Color #913cae

%17
%66
%0
%32

Triadic Colors of #913cae

#913cae #ae913c #3cae91

Analogous Colors of #913cae

#913cae #ae3c92 #583cae

Monochromatic Colors of #913cae

#913cae

Complementary Color

#913cae #59ae3c

#913cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#913cae Color CSS Codes

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

#913cae Text Font Color

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

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


#913cae Background Color

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

This div background color is #913cae


#913cae Border Color

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

This div border color is #913cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913cae


Comments

No comments written yet.

Please login to write comment.