Color Hex Logo

#7658be Color Hex

#7658BE
(118,88,190)
0 Favorites   0 Comments

Color spaces of #7658be

RGB 11888190
HSL0.720.440.55
HSV258°54°75°
CMYK 0.380.540.00   0.25
XYZ20.255214.548750.4558
Yxy14.54870.23760.1706
Hunter Lab38.142828.0402-51.7298
CIE-Lab45.009835.6816-49.5784

#7658be color RGB value is (118,88,190).

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

The process color (four color CMYK) of #7658be color hex is 0.38, 0.54, 0.00, 0.25. Web safe color of #7658be is #6666cc. Color #7658be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011000 10111110
Octal 166 130 276
Decimal 118 88 190
Hex 76 58 BE

RGB Percentages of Color #7658be

%29.80
%22.22
%47.98

CMYK Percentages of Color #7658be

%38
%54
%0
%25

Triadic Colors of #7658be

#7658be #be7658 #58be76

Analogous Colors of #7658be

#7658be #a958be #586dbe

Monochromatic Colors of #7658be

#7658be

Complementary Color

#7658be #a0be58

#7658be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7658be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7658be Color CSS Codes

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

#7658be Text Font Color

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

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


#7658be Background Color

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

This div background color is #7658be


#7658be Border Color

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

This div border color is #7658be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,88,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7658be


Comments

No comments written yet.

Please login to write comment.