Color Hex Logo

#7640ce Color Hex

#7640CE
(118,64,206)
0 Favorites   0 Comments

Color spaces of #7640ce

RGB 11864206
HSL0.730.590.53
HSV263°69°81°
CMYK 0.430.690.00   0.19
XYZ20.445211.974659.6263
Yxy11.97460.22210.1301
Hunter Lab34.604344.9052-77.9388
CIE-Lab41.175753.1386-65.0485

#7640ce color RGB value is (118,64,206).

#7640ce hex color red value is 118, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7640ce hue: 0.73 , saturation: 0.59 and the lightness value of 7640ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000000 11001110
Octal 166 100 316
Decimal 118 64 206
Hex 76 40 CE

RGB Percentages of Color #7640ce

%30.41
%16.49
%53.09

CMYK Percentages of Color #7640ce

%43
%69
%0
%19

Triadic Colors of #7640ce

#7640ce #ce7640 #40ce76

Analogous Colors of #7640ce

#7640ce #bd40ce #4051ce

Monochromatic Colors of #7640ce

#7640ce

Complementary Color

#7640ce #98ce40

#7640ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7640ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7640ce Color CSS Codes

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

#7640ce Text Font Color

<p style="color:#7640ce">Text here</p>

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


#7640ce Background Color

<div style="background-color:#7640ce">
Div content here</div>

This div background color is #7640ce


#7640ce Border Color

<div style="border:3px solid #7640ce">
Div here</div>

This div border color is #7640ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,64,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7640ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7640ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7640ce;
  box-shadow:         1px 1px 3px 2px #7640ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7640ce


Comments

No comments written yet.

Please login to write comment.