Color Hex Logo

#714ecb Color Hex

#714ECB
(113,78,203)
0 Favorites   0 Comments

Color spaces of #714ecb

RGB 11378203
HSL0.710.550.55
HSV257°62°80°
CMYK 0.440.620.00   0.20
XYZ20.313913.271357.9909
Yxy13.27130.22180.1449
Hunter Lab36.429835.7826-68.8801
CIE-Lab43.169243.9032-60.1016

#714ecb color RGB value is (113,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001110 11001011
Octal 161 116 313
Decimal 113 78 203
Hex 71 4E CB

RGB Percentages of Color #714ecb

%28.68
%19.80
%51.52

CMYK Percentages of Color #714ecb

%44
%62
%0
%20

Triadic Colors of #714ecb

#714ecb #cb714e #4ecb71

Analogous Colors of #714ecb

#714ecb #b04ecb #4e6acb

Monochromatic Colors of #714ecb

#714ecb

Complementary Color

#714ecb #a8cb4e

#714ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#714ecb Color CSS Codes

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

#714ecb Text Font Color

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

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


#714ecb Background Color

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

This div background color is #714ecb


#714ecb Border Color

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

This div border color is #714ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714ecb


Comments

No comments written yet.

Please login to write comment.