Color Hex Logo

#7658cf Color Hex

#7658CF
(118,88,207)
0 Favorites   0 Comments

Color spaces of #7658cf

RGB 11888207
HSL0.710.550.58
HSV255°57°81°
CMYK 0.430.570.00   0.19
XYZ22.223415.336060.8203
Yxy15.33600.22590.1559
Hunter Lab39.161232.7640-64.6690
CIE-Lab46.091040.3971-57.6589

#7658cf color RGB value is (118,88,207).

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

The process color (four color CMYK) of #7658cf color hex is 0.43, 0.57, 0.00, 0.19. Web safe color of #7658cf is #6666cc. Color #7658cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011000 11001111
Octal 166 130 317
Decimal 118 88 207
Hex 76 58 CF

RGB Percentages of Color #7658cf

%28.57
%21.31
%50.12

CMYK Percentages of Color #7658cf

%43
%57
%0
%19

Triadic Colors of #7658cf

#7658cf #cf7658 #58cf76

Analogous Colors of #7658cf

#7658cf #b258cf #5876cf

Monochromatic Colors of #7658cf

#7658cf

Complementary Color

#7658cf #b1cf58

#7658cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7658cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7658cf Color CSS Codes

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

#7658cf Text Font Color

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

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


#7658cf Background Color

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

This div background color is #7658cf


#7658cf Border Color

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

This div border color is #7658cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7658cf


Comments

No comments written yet.

Please login to write comment.