Color Hex Logo

#913cca Color Hex

#913CCA
(145,60,202)
0 Favorites   0 Comments

Color spaces of #913cca

RGB 14560202
HSL0.770.570.51
HSV276°70°79°
CMYK 0.280.700.00   0.21
XYZ23.953613.515757.2234
Yxy13.51570.25300.1427
Hunter Lab36.763751.9662-66.5514
CIE-Lab43.530259.2299-58.7608

#913cca color RGB value is (145,60,202).

#913cca hex color red value is 145, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #913cca hue: 0.77 , saturation: 0.57 and the lightness value of 913cca is 0.51.

The process color (four color CMYK) of #913cca color hex is 0.28, 0.70, 0.00, 0.21. Web safe color of #913cca is #9933cc. Color #913cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111100 11001010
Octal 221 74 312
Decimal 145 60 202
Hex 91 3C CA

RGB Percentages of Color #913cca

%35.63
%14.74
%49.63

CMYK Percentages of Color #913cca

%28
%70
%0
%21

Triadic Colors of #913cca

#913cca #ca913c #3cca91

Analogous Colors of #913cca

#913cca #ca3cbc #4a3cca

Monochromatic Colors of #913cca

#913cca

Complementary Color

#913cca #75ca3c

#913cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#913cca Color CSS Codes

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

#913cca Text Font Color

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

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


#913cca Background Color

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

This div background color is #913cca


#913cca Border Color

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

This div border color is #913cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913cca


Comments

No comments written yet.

Please login to write comment.