Color Hex Logo

#7768dc Color Hex

#7768DC
(119,104,220)
0 Favorites   0 Comments

Color spaces of #7768dc

RGB 119104220
HSL0.690.620.64
HSV248°53°86°
CMYK 0.460.530.00   0.14
XYZ25.476318.989970.0328
Yxy18.98990.22250.1659
Hunter Lab43.577428.0945-64.7802
CIE-Lab50.675434.9870-57.6834

#7768dc color RGB value is (119,104,220).

#7768dc hex color red value is 119, green value is 104 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7768dc hue: 0.69 , saturation: 0.62 and the lightness value of 7768dc is 0.64.

The process color (four color CMYK) of #7768dc color hex is 0.46, 0.53, 0.00, 0.14. Web safe color of #7768dc is #6666cc. Color #7768dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101000 11011100
Octal 167 150 334
Decimal 119 104 220
Hex 77 68 DC

RGB Percentages of Color #7768dc

%26.86
%23.48
%49.66

CMYK Percentages of Color #7768dc

%46
%53
%0
%14

Triadic Colors of #7768dc

#7768dc #dc7768 #68dc77

Analogous Colors of #7768dc

#7768dc #b168dc #6893dc

Monochromatic Colors of #7768dc

#7768dc

Complementary Color

#7768dc #cddc68

#7768dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7768dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7768dc Color CSS Codes

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

#7768dc Text Font Color

<p style="color:#7768dc">Text here</p>

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


#7768dc Background Color

<div style="background-color:#7768dc">
Div content here</div>

This div background color is #7768dc


#7768dc Border Color

<div style="border:3px solid #7768dc">
Div here</div>

This div border color is #7768dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,104,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7768dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7768dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7768dc;
  box-shadow:         1px 1px 3px 2px #7768dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,104,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7768dc


Comments

No comments written yet.

Please login to write comment.