Color Hex Logo

#913cdc Color Hex

#913CDC
(145,60,220)
0 Favorites   0 Comments

Color spaces of #913cdc

RGB 14560220
HSL0.760.700.55
HSV272°73°86°
CMYK 0.340.730.00   0.14
XYZ26.211214.418869.1118
Yxy14.41880.23880.1314
Hunter Lab37.972156.7630-81.3314
CIE-Lab44.827663.2633-67.0055

#913cdc color RGB value is (145,60,220).

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

The process color (four color CMYK) of #913cdc color hex is 0.34, 0.73, 0.00, 0.14. Web safe color of #913cdc is #9933cc. Color #913cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111100 11011100
Octal 221 74 334
Decimal 145 60 220
Hex 91 3C DC

RGB Percentages of Color #913cdc

%34.12
%14.12
%51.76

CMYK Percentages of Color #913cdc

%34
%73
%0
%14

Triadic Colors of #913cdc

#913cdc #dc913c #3cdc91

Analogous Colors of #913cdc

#913cdc #dc3cd7 #413cdc

Monochromatic Colors of #913cdc

#913cdc

Complementary Color

#913cdc #87dc3c

#913cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#913cdc Color CSS Codes

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

#913cdc Text Font Color

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

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


#913cdc Background Color

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

This div background color is #913cdc


#913cdc Border Color

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

This div border color is #913cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913cdc


Comments

No comments written yet.

Please login to write comment.