Color Hex Logo

#913ffd Color Hex

#913FFD
(145,63,253)
0 Favorites   0 Comments

Color spaces of #913ffd

RGB 14563253
HSL0.740.980.62
HSV266°75°99°
CMYK 0.430.750.00   0.01
XYZ31.184216.666694.5019
Yxy16.66660.21910.1171
Hunter Lab40.824764.9049-108.6683
CIE-Lab47.837269.6939-80.7118

#913ffd color RGB value is (145,63,253).

#913ffd hex color red value is 145, green value is 63 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #913ffd hue: 0.74 , saturation: 0.98 and the lightness value of 913ffd is 0.62.

The process color (four color CMYK) of #913ffd color hex is 0.43, 0.75, 0.00, 0.01. Web safe color of #913ffd is #9933ff. Color #913ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111111 11111101
Octal 221 77 375
Decimal 145 63 253
Hex 91 3F FD

RGB Percentages of Color #913ffd

%31.45
%13.67
%54.88

CMYK Percentages of Color #913ffd

%43
%75
%0
%1

Triadic Colors of #913ffd

#913ffd #fd913f #3ffd91

Analogous Colors of #913ffd

#913ffd #f03ffd #3f4cfd

Monochromatic Colors of #913ffd

#913ffd

Complementary Color

#913ffd #abfd3f

#913ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#913ffd Color CSS Codes

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

#913ffd Text Font Color

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

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


#913ffd Background Color

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

This div background color is #913ffd


#913ffd Border Color

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

This div border color is #913ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913ffd


Comments

No comments written yet.

Please login to write comment.