Color Hex Logo

#7714be Color Hex

#7714BE
(119,20,190)
0 Favorites   0 Comments

Color spaces of #7714be

RGB 11920190
HSL0.760.810.41
HSV275°89°75°
CMYK 0.370.890.00   0.25
XYZ17.15228.140049.3823
Yxy8.14000.22970.1090
Hunter Lab28.530757.3827-82.6505
CIE-Lab34.272865.8582-66.9850

#7714be color RGB value is (119,20,190).

#7714be hex color red value is 119, green value is 20 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7714be hue: 0.76 , saturation: 0.81 and the lightness value of 7714be is 0.41.

The process color (four color CMYK) of #7714be color hex is 0.37, 0.89, 0.00, 0.25. Web safe color of #7714be is #6600cc. Color #7714be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010100 10111110
Octal 167 24 276
Decimal 119 20 190
Hex 77 14 BE

RGB Percentages of Color #7714be

%36.17
%6.08
%57.75

CMYK Percentages of Color #7714be

%37
%89
%0
%25

Triadic Colors of #7714be

#7714be #be7714 #14be77

Analogous Colors of #7714be

#7714be #be14b0 #2214be

Monochromatic Colors of #7714be

#7714be

Complementary Color

#7714be #5bbe14

#7714be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7714be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7714be Color CSS Codes

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

#7714be Text Font Color

<p style="color:#7714be">Text here</p>

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


#7714be Background Color

<div style="background-color:#7714be">
Div content here</div>

This div background color is #7714be


#7714be Border Color

<div style="border:3px solid #7714be">
Div here</div>

This div border color is #7714be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,20,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7714be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7714be;
  -webkit-box-shadow: 1px 1px 3px 2px #7714be;
  box-shadow:         1px 1px 3px 2px #7714be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,20,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7714be


Comments

No comments written yet.

Please login to write comment.