Color Hex Logo

#7764ce Color Hex

#7764CE
(119,100,206)
0 Favorites   0 Comments

Color spaces of #7764ce

RGB 119100206
HSL0.700.520.60
HSV251°51°81°
CMYK 0.420.510.00   0.19
XYZ23.305517.492560.5406
Yxy17.49250.23000.1726
Hunter Lab41.824026.2730-56.5459
CIE-Lab48.874733.3190-52.6066

#7764ce color RGB value is (119,100,206).

#7764ce hex color red value is 119, green value is 100 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7764ce hue: 0.70 , saturation: 0.52 and the lightness value of 7764ce is 0.60.

The process color (four color CMYK) of #7764ce color hex is 0.42, 0.51, 0.00, 0.19. Web safe color of #7764ce is #6666cc. Color #7764ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100100 11001110
Octal 167 144 316
Decimal 119 100 206
Hex 77 64 CE

RGB Percentages of Color #7764ce

%28.00
%23.53
%48.47

CMYK Percentages of Color #7764ce

%42
%51
%0
%19

Triadic Colors of #7764ce

#7764ce #ce7764 #64ce77

Analogous Colors of #7764ce

#7764ce #ac64ce #6486ce

Monochromatic Colors of #7764ce

#7764ce

Complementary Color

#7764ce #bbce64

#7764ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7764ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7764ce Color CSS Codes

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

#7764ce Text Font Color

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

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


#7764ce Background Color

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

This div background color is #7764ce


#7764ce Border Color

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

This div border color is #7764ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,100,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 #7764ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7764ce


Comments

No comments written yet.

Please login to write comment.