Color Hex Logo

#7646cf Color Hex

#7646CF
(118,70,207)
0 Favorites   0 Comments

Color spaces of #7646cf

RGB 11870207
HSL0.730.590.54
HSV261°66°81°
CMYK 0.430.660.00   0.19
XYZ20.923912.736960.3871
Yxy12.73690.22250.1354
Hunter Lab35.688842.1970-75.3393
CIE-Lab42.364150.3363-63.6926

#7646cf color RGB value is (118,70,207).

#7646cf hex color red value is 118, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7646cf hue: 0.73 , saturation: 0.59 and the lightness value of 7646cf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 11001111
Octal 166 106 317
Decimal 118 70 207
Hex 76 46 CF

RGB Percentages of Color #7646cf

%29.87
%17.72
%52.41

CMYK Percentages of Color #7646cf

%43
%66
%0
%19

Triadic Colors of #7646cf

#7646cf #cf7646 #46cf76

Analogous Colors of #7646cf

#7646cf #bb46cf #465bcf

Monochromatic Colors of #7646cf

#7646cf

Complementary Color

#7646cf #9fcf46

#7646cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7646cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7646cf Color CSS Codes

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

#7646cf Text Font Color

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

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


#7646cf Background Color

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

This div background color is #7646cf


#7646cf Border Color

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

This div border color is #7646cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7646cf


Comments

No comments written yet.

Please login to write comment.