Color Hex Logo

#714eff Color Hex

#714EFF
(113,78,255)
0 Favorites   0 Comments

Color spaces of #714eff

RGB 11378255
HSL0.701.000.65
HSV252°69°100°
CMYK 0.560.690.00   0.00
XYZ27.584416.179596.2768
Yxy16.17950.19700.1155
Hunter Lab40.223752.0191-113.7558
CIE-Lab47.209158.5853-82.9816

#714eff color RGB value is (113,78,255).

#714eff hex color red value is 113, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #714eff hue: 0.70 , saturation: 1.00 and the lightness value of 714eff is 0.65.

The process color (four color CMYK) of #714eff color hex is 0.56, 0.69, 0.00, 0.00. Web safe color of #714eff is #6666ff. Color #714eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001110 11111111
Octal 161 116 377
Decimal 113 78 255
Hex 71 4E FF

RGB Percentages of Color #714eff

%25.34
%17.49
%57.17

CMYK Percentages of Color #714eff

%56
%69
%0
%0

Triadic Colors of #714eff

#714eff #ff714e #4eff71

Analogous Colors of #714eff

#714eff #ca4eff #4e84ff

Monochromatic Colors of #714eff

#714eff

Complementary Color

#714eff #dcff4e

#714eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#714eff Color CSS Codes

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

#714eff Text Font Color

<p style="color:#714eff">Text here</p>

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


#714eff Background Color

<div style="background-color:#714eff">
Div content here</div>

This div background color is #714eff


#714eff Border Color

<div style="border:3px solid #714eff">
Div here</div>

This div border color is #714eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,78,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #714eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #714eff;
  -webkit-box-shadow: 1px 1px 3px 2px #714eff;
  box-shadow:         1px 1px 3px 2px #714eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714eff

Related Colors


Comments

No comments written yet.

Please login to write comment.