Color Hex Logo

#714cee Color Hex

#714CEE
(113,76,238)
0 Favorites   0 Comments

Color spaces of #714cee

RGB 11376238
HSL0.700.830.62
HSV254°68°93°
CMYK 0.530.680.00   0.07
XYZ24.827114.852682.4472
Yxy14.85260.20330.1216
Hunter Lab38.539147.5474-99.8626
CIE-Lab45.431654.8274-76.3758

#714cee color RGB value is (113,76,238).

#714cee hex color red value is 113, green value is 76 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #714cee hue: 0.70 , saturation: 0.83 and the lightness value of 714cee is 0.62.

The process color (four color CMYK) of #714cee color hex is 0.53, 0.68, 0.00, 0.07. Web safe color of #714cee is #6633ff. Color #714cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001100 11101110
Octal 161 114 356
Decimal 113 76 238
Hex 71 4C EE

RGB Percentages of Color #714cee

%26.46
%17.80
%55.74

CMYK Percentages of Color #714cee

%53
%68
%0
%7

Triadic Colors of #714cee

#714cee #ee714c #4cee71

Analogous Colors of #714cee

#714cee #c24cee #4c78ee

Monochromatic Colors of #714cee

#714cee

Complementary Color

#714cee #c9ee4c

#714cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#714cee Color CSS Codes

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

#714cee Text Font Color

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

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


#714cee Background Color

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

This div background color is #714cee


#714cee Border Color

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

This div border color is #714cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714cee


Comments

No comments written yet.

Please login to write comment.