Color Hex Logo

#7400ba Color Hex

#7400BA
(116,0,186)
0 Favorites   0 Comments

Color spaces of #7400ba

RGB 1160186
HSL0.771.000.36
HSV277°100°73°
CMYK 0.381.000.00   0.27
XYZ16.06547.258247.0086
Yxy7.25820.22840.1032
Hunter Lab26.941059.2957-84.5946
CIE-Lab32.387667.8855-67.7327

#7400ba color RGB value is (116,0,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000000 10111010
Octal 164 0 272
Decimal 116 0 186
Hex 74 0 BA

RGB Percentages of Color #7400ba

%38.41
%0.00
%61.59

CMYK Percentages of Color #7400ba

%38
%100
%0
%27

Triadic Colors of #7400ba

#7400ba #ba7400 #00ba74

Analogous Colors of #7400ba

#7400ba #ba00a3 #1700ba

Monochromatic Colors of #7400ba

#7400ba

Complementary Color

#7400ba #46ba00

#7400ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7400ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7400ba Color CSS Codes

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

#7400ba Text Font Color

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

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


#7400ba Background Color

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

This div background color is #7400ba


#7400ba Border Color

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

This div border color is #7400ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7400ba


Comments

No comments written yet.

Please login to write comment.