Color Hex Logo

#913cd7 Color Hex

#913CD7
(145,60,215)
0 Favorites   0 Comments

Color spaces of #913cd7

RGB 14560215
HSL0.760.660.54
HSV273°72°84°
CMYK 0.330.720.00   0.16
XYZ25.558714.157865.6756
Yxy14.15780.24250.1343
Hunter Lab37.626955.4023-77.1486
CIE-Lab44.458462.1316-64.7450

#913cd7 color RGB value is (145,60,215).

#913cd7 hex color red value is 145, green value is 60 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #913cd7 hue: 0.76 , saturation: 0.66 and the lightness value of 913cd7 is 0.54.

The process color (four color CMYK) of #913cd7 color hex is 0.33, 0.72, 0.00, 0.16. Web safe color of #913cd7 is #9933cc. Color #913cd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111100 11010111
Octal 221 74 327
Decimal 145 60 215
Hex 91 3C D7

RGB Percentages of Color #913cd7

%34.52
%14.29
%51.19

CMYK Percentages of Color #913cd7

%33
%72
%0
%16

Triadic Colors of #913cd7

#913cd7 #d7913c #3cd791

Analogous Colors of #913cd7

#913cd7 #d73cd0 #443cd7

Monochromatic Colors of #913cd7

#913cd7

Complementary Color

#913cd7 #82d73c

#913cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#913cd7 Color CSS Codes

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

#913cd7 Text Font Color

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

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


#913cd7 Background Color

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

This div background color is #913cd7


#913cd7 Border Color

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

This div border color is #913cd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,60,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913cd7


Comments

No comments written yet.

Please login to write comment.