Color Hex Logo

#714fcd Color Hex

#714FCD
(113,79,205)
0 Favorites   0 Comments

Color spaces of #714fcd

RGB 11379205
HSL0.710.560.56
HSV256°61°80°
CMYK 0.450.610.00   0.20
XYZ20.625513.510559.2783
Yxy13.51050.22080.1446
Hunter Lab36.756635.8388-69.8888
CIE-Lab43.522643.9008-60.6833

#714fcd color RGB value is (113,79,205).

#714fcd hex color red value is 113, green value is 79 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #714fcd hue: 0.71 , saturation: 0.56 and the lightness value of 714fcd is 0.56.

The process color (four color CMYK) of #714fcd color hex is 0.45, 0.61, 0.00, 0.20. Web safe color of #714fcd is #6666cc. Color #714fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001111 11001101
Octal 161 117 315
Decimal 113 79 205
Hex 71 4F CD

RGB Percentages of Color #714fcd

%28.46
%19.90
%51.64

CMYK Percentages of Color #714fcd

%45
%61
%0
%20

Triadic Colors of #714fcd

#714fcd #cd714f #4fcd71

Analogous Colors of #714fcd

#714fcd #b04fcd #4f6ccd

Monochromatic Colors of #714fcd

#714fcd

Complementary Color

#714fcd #abcd4f

#714fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#714fcd Color CSS Codes

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

#714fcd Text Font Color

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

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


#714fcd Background Color

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

This div background color is #714fcd


#714fcd Border Color

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

This div border color is #714fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714fcd


Comments

No comments written yet.

Please login to write comment.