Color Hex Logo

#7646ba Color Hex

#7646BA
(118,70,186)
0 Favorites   0 Comments

Color spaces of #7646ba

RGB 11870186
HSL0.740.460.50
HSV265°62°73°
CMYK 0.370.620.00   0.27
XYZ18.524311.777047.7512
Yxy11.77700.23730.1509
Hunter Lab34.317636.2966-58.4766
CIE-Lab40.859544.8091-53.9178

#7646ba color RGB value is (118,70,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 10111010
Octal 166 106 272
Decimal 118 70 186
Hex 76 46 BA

RGB Percentages of Color #7646ba

%31.55
%18.72
%49.73

CMYK Percentages of Color #7646ba

%37
%62
%0
%27

Triadic Colors of #7646ba

#7646ba #ba7646 #46ba76

Analogous Colors of #7646ba

#7646ba #b046ba #4650ba

Monochromatic Colors of #7646ba

#7646ba

Complementary Color

#7646ba #8aba46

#7646ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7646ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7646ba Color CSS Codes

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

#7646ba Text Font Color

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

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


#7646ba Background Color

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

This div background color is #7646ba


#7646ba Border Color

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

This div border color is #7646ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7646ba


Comments

No comments written yet.

Please login to write comment.