Color Hex Logo

#7658ba Color Hex

#7658BA
(118,88,186)
0 Favorites   0 Comments

Color spaces of #7658ba

RGB 11888186
HSL0.720.420.54
HSV258°53°73°
CMYK 0.370.530.00   0.27
XYZ19.823914.376248.1844
Yxy14.37620.24060.1745
Hunter Lab37.916026.9736-48.8058
CIE-Lab44.767734.5900-47.6377

#7658ba color RGB value is (118,88,186).

#7658ba hex color red value is 118, green value is 88 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7658ba hue: 0.72 , saturation: 0.42 and the lightness value of 7658ba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011000 10111010
Octal 166 130 272
Decimal 118 88 186
Hex 76 58 BA

RGB Percentages of Color #7658ba

%30.10
%22.45
%47.45

CMYK Percentages of Color #7658ba

%37
%53
%0
%27

Triadic Colors of #7658ba

#7658ba #ba7658 #58ba76

Analogous Colors of #7658ba

#7658ba #a758ba #586bba

Monochromatic Colors of #7658ba

#7658ba

Complementary Color

#7658ba #9cba58

#7658ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7658ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7658ba Color CSS Codes

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

#7658ba Text Font Color

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

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


#7658ba Background Color

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

This div background color is #7658ba


#7658ba Border Color

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

This div border color is #7658ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7658ba


Comments

No comments written yet.

Please login to write comment.