Color Hex Logo

#7418ba Color Hex

#7418BA
(116,24,186)
0 Favorites   0 Comments

Color spaces of #7418ba

RGB 11624186
HSL0.760.770.41
HSV274°87°73°
CMYK 0.380.870.00   0.27
XYZ16.39207.911447.1175
Yxy7.91140.22950.1108
Hunter Lab28.127254.8038-79.6310
CIE-Lab33.797763.6685-65.4182

#7418ba color RGB value is (116,24,186).

#7418ba hex color red value is 116, green value is 24 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7418ba hue: 0.76 , saturation: 0.77 and the lightness value of 7418ba is 0.41.

The process color (four color CMYK) of #7418ba color hex is 0.38, 0.87, 0.00, 0.27. Web safe color of #7418ba is #6600cc. Color #7418ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011000 10111010
Octal 164 30 272
Decimal 116 24 186
Hex 74 18 BA

RGB Percentages of Color #7418ba

%35.58
%7.36
%57.06

CMYK Percentages of Color #7418ba

%38
%87
%0
%27

Triadic Colors of #7418ba

#7418ba #ba7418 #18ba74

Analogous Colors of #7418ba

#7418ba #ba18af #2318ba

Monochromatic Colors of #7418ba

#7418ba

Complementary Color

#7418ba #5eba18

#7418ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7418ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7418ba Color CSS Codes

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

#7418ba Text Font Color

<p style="color:#7418ba">Text here</p>

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


#7418ba Background Color

<div style="background-color:#7418ba">
Div content here</div>

This div background color is #7418ba


#7418ba Border Color

<div style="border:3px solid #7418ba">
Div here</div>

This div border color is #7418ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,24,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7418ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7418ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7418ba;
  box-shadow:         1px 1px 3px 2px #7418ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7418ba


Comments

No comments written yet.

Please login to write comment.