Color Hex Logo

#714dbf Color Hex

#714DBF
(113,77,191)
0 Favorites   0 Comments

Color spaces of #714dbf

RGB 11377191
HSL0.720.470.53
HSV259°60°75°
CMYK 0.410.600.00   0.25
XYZ18.867912.580150.7240
Yxy12.58010.22960.1531
Hunter Lab35.468432.8857-59.9637
CIE-Lab42.123641.1416-54.8283

#714dbf color RGB value is (113,77,191).

#714dbf hex color red value is 113, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #714dbf hue: 0.72 , saturation: 0.47 and the lightness value of 714dbf is 0.53.

The process color (four color CMYK) of #714dbf color hex is 0.41, 0.60, 0.00, 0.25. Web safe color of #714dbf is #6666cc. Color #714dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001101 10111111
Octal 161 115 277
Decimal 113 77 191
Hex 71 4D BF

RGB Percentages of Color #714dbf

%29.66
%20.21
%50.13

CMYK Percentages of Color #714dbf

%41
%60
%0
%25

Triadic Colors of #714dbf

#714dbf #bf714d #4dbf71

Analogous Colors of #714dbf

#714dbf #aa4dbf #4d62bf

Monochromatic Colors of #714dbf

#714dbf

Complementary Color

#714dbf #9bbf4d

#714dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#714dbf Color CSS Codes

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

#714dbf Text Font Color

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

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


#714dbf Background Color

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

This div background color is #714dbf


#714dbf Border Color

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

This div border color is #714dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714dbf


Comments

No comments written yet.

Please login to write comment.