Color Hex Logo

#714edd Color Hex

#714EDD
(113,78,221)
0 Favorites   0 Comments

Color spaces of #714edd

RGB 11378221
HSL0.710.680.59
HSV255°65°87°
CMYK 0.490.650.00   0.13
XYZ22.585614.179969.9532
Yxy14.17990.21160.1329
Hunter Lab37.656241.1631-83.7825
CIE-Lab44.489848.9631-68.2827

#714edd color RGB value is (113,78,221).

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

The process color (four color CMYK) of #714edd color hex is 0.49, 0.65, 0.00, 0.13. Web safe color of #714edd is #6666cc. Color #714edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001110 11011101
Octal 161 116 335
Decimal 113 78 221
Hex 71 4E DD

RGB Percentages of Color #714edd

%27.43
%18.93
%53.64

CMYK Percentages of Color #714edd

%49
%65
%0
%13

Triadic Colors of #714edd

#714edd #dd714e #4edd71

Analogous Colors of #714edd

#714edd #b94edd #4e73dd

Monochromatic Colors of #714edd

#714edd

Complementary Color

#714edd #badd4e

#714edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#714edd Color CSS Codes

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

#714edd Text Font Color

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

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


#714edd Background Color

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

This div background color is #714edd


#714edd Border Color

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

This div border color is #714edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714edd


Comments

No comments written yet.

Please login to write comment.