Color Hex Logo

#7146ba Color Hex

#7146BA
(113,70,186)
0 Favorites   0 Comments

Color spaces of #7146ba

RGB 11370186
HSL0.730.460.50
HSV262°62°73°
CMYK 0.390.620.00   0.27
XYZ17.863111.436247.7203
Yxy11.43620.23190.1485
Hunter Lab33.817535.1070-59.9928
CIE-Lab40.305643.7053-54.8399

#7146ba color RGB value is (113,70,186).

#7146ba hex color red value is 113, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7146ba hue: 0.73 , saturation: 0.46 and the lightness value of 7146ba is 0.50.

The process color (four color CMYK) of #7146ba color hex is 0.39, 0.62, 0.00, 0.27. Web safe color of #7146ba is #6633cc. Color #7146ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000110 10111010
Octal 161 106 272
Decimal 113 70 186
Hex 71 46 BA

RGB Percentages of Color #7146ba

%30.62
%18.97
%50.41

CMYK Percentages of Color #7146ba

%39
%62
%0
%27

Triadic Colors of #7146ba

#7146ba #ba7146 #46ba71

Analogous Colors of #7146ba

#7146ba #ab46ba #4655ba

Monochromatic Colors of #7146ba

#7146ba

Complementary Color

#7146ba #8fba46

#7146ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7146ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7146ba Color CSS Codes

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

#7146ba Text Font Color

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

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


#7146ba Background Color

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

This div background color is #7146ba


#7146ba Border Color

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

This div border color is #7146ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7146ba


Comments

No comments written yet.

Please login to write comment.