Color Hex Logo

#916efd Color Hex

#916EFD
(145,110,253)
0 Favorites   0 Comments

Color spaces of #916efd

RGB 145110253
HSL0.710.970.71
HSV255°57°99°
CMYK 0.430.570.00   0.01
XYZ34.982624.263595.7680
Yxy24.26350.22570.1565
Hunter Lab49.258040.5677-80.7918
CIE-Lab56.350746.4666-66.8816

#916efd color RGB value is (145,110,253).

#916efd hex color red value is 145, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #916efd hue: 0.71 , saturation: 0.97 and the lightness value of 916efd is 0.71.

The process color (four color CMYK) of #916efd color hex is 0.43, 0.57, 0.00, 0.01. Web safe color of #916efd is #9966ff. Color #916efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01101110 11111101
Octal 221 156 375
Decimal 145 110 253
Hex 91 6E FD

RGB Percentages of Color #916efd

%28.54
%21.65
%49.80

CMYK Percentages of Color #916efd

%43
%57
%0
%1

Triadic Colors of #916efd

#916efd #fd916e #6efd91

Analogous Colors of #916efd

#916efd #d96efd #6e93fd

Monochromatic Colors of #916efd

#916efd

Complementary Color

#916efd #dafd6e

#916efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#916efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#916efd Color CSS Codes

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

#916efd Text Font Color

<p style="color:#916efd">Text here</p>

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


#916efd Background Color

<div style="background-color:#916efd">
Div content here</div>

This div background color is #916efd


#916efd Border Color

<div style="border:3px solid #916efd">
Div here</div>

This div border color is #916efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,110,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 #916efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #916efd

Related Colors


Comments

No comments written yet.

Please login to write comment.