Color Hex Logo

#7415bc Color Hex

#7415BC
(116,21,188)
0 Favorites   0 Comments

Color spaces of #7415bc

RGB 11621188
HSL0.760.800.41
HSV274°89°74°
CMYK 0.380.890.00   0.26
XYZ16.54777.880248.2258
Yxy7.88020.22780.1085
Hunter Lab28.071756.0967-82.2071
CIE-Lab33.732164.8294-66.7081

#7415bc color RGB value is (116,21,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 10111100
Octal 164 25 274
Decimal 116 21 188
Hex 74 15 BC

RGB Percentages of Color #7415bc

%35.69
%6.46
%57.85

CMYK Percentages of Color #7415bc

%38
%89
%0
%26

Triadic Colors of #7415bc

#7415bc #bc7415 #15bc74

Analogous Colors of #7415bc

#7415bc #bc15b1 #2115bc

Monochromatic Colors of #7415bc

#7415bc

Complementary Color

#7415bc #5dbc15

#7415bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7415bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7415bc Color CSS Codes

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

#7415bc Text Font Color

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

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


#7415bc Background Color

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

This div background color is #7415bc


#7415bc Border Color

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

This div border color is #7415bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,21,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7415bc


Comments

No comments written yet.

Please login to write comment.