Color Hex Logo

#7415be Color Hex

#7415BE
(116,21,190)
0 Favorites   0 Comments

Color spaces of #7415be

RGB 11621190
HSL0.760.800.41
HSV274°89°75°
CMYK 0.390.890.00   0.25
XYZ16.76497.967049.3694
Yxy7.96700.22620.1075
Hunter Lab28.225956.6257-83.9450
CIE-Lab33.914165.2615-67.5901

#7415be color RGB value is (116,21,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 10111110
Octal 164 25 276
Decimal 116 21 190
Hex 74 15 BE

RGB Percentages of Color #7415be

%35.47
%6.42
%58.10

CMYK Percentages of Color #7415be

%39
%89
%0
%25

Triadic Colors of #7415be

#7415be #be7415 #15be74

Analogous Colors of #7415be

#7415be #be15b4 #1f15be

Monochromatic Colors of #7415be

#7415be

Complementary Color

#7415be #5fbe15

#7415be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7415be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7415be Color CSS Codes

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

#7415be Text Font Color

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

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


#7415be Background Color

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

This div background color is #7415be


#7415be Border Color

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

This div border color is #7415be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7415be


Comments

No comments written yet.

Please login to write comment.