Color Hex Logo

#913fdb Color Hex

#913FDB
(145,63,219)
0 Favorites   0 Comments

Color spaces of #913fdb

RGB 14563219
HSL0.750.680.55
HSV272°71°86°
CMYK 0.340.710.00   0.14
XYZ26.240714.689268.4701
Yxy14.68920.23990.1343
Hunter Lab38.326555.1408-79.0928
CIE-Lab45.205561.7565-65.8204

#913fdb color RGB value is (145,63,219).

#913fdb hex color red value is 145, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #913fdb hue: 0.75 , saturation: 0.68 and the lightness value of 913fdb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111111 11011011
Octal 221 77 333
Decimal 145 63 219
Hex 91 3F DB

RGB Percentages of Color #913fdb

%33.96
%14.75
%51.29

CMYK Percentages of Color #913fdb

%34
%71
%0
%14

Triadic Colors of #913fdb

#913fdb #db913f #3fdb91

Analogous Colors of #913fdb

#913fdb #db3fd7 #433fdb

Monochromatic Colors of #913fdb

#913fdb

Complementary Color

#913fdb #89db3f

#913fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#913fdb Color CSS Codes

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

#913fdb Text Font Color

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

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


#913fdb Background Color

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

This div background color is #913fdb


#913fdb Border Color

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

This div border color is #913fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913fdb


Comments

No comments written yet.

Please login to write comment.