Color Hex Logo

#716cfb Color Hex

#716CFB
(113,108,251)
0 Favorites   0 Comments

Color spaces of #716cfb

RGB 113108251
HSL0.670.950.70
HSV242°57°98°
CMYK 0.550.570.00   0.02
XYZ29.585221.200993.7997
Yxy21.20090.20460.1466
Hunter Lab46.044434.1149-88.5519
CIE-Lab53.168740.7153-71.0459

#716cfb color RGB value is (113,108,251).

#716cfb hex color red value is 113, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #716cfb hue: 0.67 , saturation: 0.95 and the lightness value of 716cfb is 0.70.

The process color (four color CMYK) of #716cfb color hex is 0.55, 0.57, 0.00, 0.02. Web safe color of #716cfb is #6666ff. Color #716cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101100 11111011
Octal 161 154 373
Decimal 113 108 251
Hex 71 6C FB

RGB Percentages of Color #716cfb

%23.94
%22.88
%53.18

CMYK Percentages of Color #716cfb

%55
%57
%0
%2

Triadic Colors of #716cfb

#716cfb #fb716c #6cfb71

Analogous Colors of #716cfb

#716cfb #b96cfb #6caffb

Monochromatic Colors of #716cfb

#716cfb

Complementary Color

#716cfb #f6fb6c

#716cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#716cfb Color CSS Codes

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

#716cfb Text Font Color

<p style="color:#716cfb">Text here</p>

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


#716cfb Background Color

<div style="background-color:#716cfb">
Div content here</div>

This div background color is #716cfb


#716cfb Border Color

<div style="border:3px solid #716cfb">
Div here</div>

This div border color is #716cfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,108,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #716cfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #716cfb;
  -webkit-box-shadow: 1px 1px 3px 2px #716cfb;
  box-shadow:         1px 1px 3px 2px #716cfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,108,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716cfb


Comments

No comments written yet.

Please login to write comment.