Color Hex Logo

#714cab Color Hex

#714CAB
(113,76,171)
0 Favorites   0 Comments

Color spaces of #714cab

RGB 11376171
HSL0.730.380.48
HSV263°56°67°
CMYK 0.340.560.00   0.33
XYZ16.745211.619939.8884
Yxy11.61990.24530.1702
Hunter Lab34.088028.0315-45.5172
CIE-Lab40.605536.3091-45.5106

#714cab color RGB value is (113,76,171).

#714cab hex color red value is 113, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #714cab hue: 0.73 , saturation: 0.38 and the lightness value of 714cab is 0.48.

The process color (four color CMYK) of #714cab color hex is 0.34, 0.56, 0.00, 0.33. Web safe color of #714cab is #663399. Color #714cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001100 10101011
Octal 161 114 253
Decimal 113 76 171
Hex 71 4C AB

RGB Percentages of Color #714cab

%31.39
%21.11
%47.50

CMYK Percentages of Color #714cab

%34
%56
%0
%33

Triadic Colors of #714cab

#714cab #ab714c #4cab71

Analogous Colors of #714cab

#714cab #a14cab #4c56ab

Monochromatic Colors of #714cab

#714cab

Complementary Color

#714cab #86ab4c

#714cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#714cab Color CSS Codes

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

#714cab Text Font Color

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

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


#714cab Background Color

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

This div background color is #714cab


#714cab Border Color

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

This div border color is #714cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714cab


Comments

No comments written yet.

Please login to write comment.