Color Hex Logo

#7514be Color Hex

#7514BE
(117,20,190)
0 Favorites   0 Comments

Color spaces of #7514be

RGB 11720190
HSL0.760.810.41
HSV274°89°75°
CMYK 0.380.890.00   0.25
XYZ16.88057.999949.3696
Yxy7.99990.22730.1077
Hunter Lab28.284157.0351-83.6912
CIE-Lab33.982765.6088-67.4720

#7514be color RGB value is (117,20,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010100 10111110
Octal 165 24 276
Decimal 117 20 190
Hex 75 14 BE

RGB Percentages of Color #7514be

%35.78
%6.12
%58.10

CMYK Percentages of Color #7514be

%38
%89
%0
%25

Triadic Colors of #7514be

#7514be #be7514 #14be75

Analogous Colors of #7514be

#7514be #be14b2 #2014be

Monochromatic Colors of #7514be

#7514be

Complementary Color

#7514be #5dbe14

#7514be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7514be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7514be Color CSS Codes

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

#7514be Text Font Color

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

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


#7514be Background Color

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

This div background color is #7514be


#7514be Border Color

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

This div border color is #7514be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,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 #7514be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7514be


Comments

No comments written yet.

Please login to write comment.