Color Hex Logo

#7768bf Color Hex

#7768BF
(119,104,191)
0 Favorites   0 Comments

Color spaces of #7768bf

RGB 119104191
HSL0.700.400.58
HSV250°46°75°
CMYK 0.380.460.00   0.25
XYZ21.962017.584251.5268
Yxy17.58420.24110.1931
Hunter Lab41.933520.1028-43.5005
CIE-Lab48.987926.6982-43.8071

#7768bf color RGB value is (119,104,191).

#7768bf hex color red value is 119, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7768bf hue: 0.70 , saturation: 0.40 and the lightness value of 7768bf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101000 10111111
Octal 167 150 277
Decimal 119 104 191
Hex 77 68 BF

RGB Percentages of Color #7768bf

%28.74
%25.12
%46.14

CMYK Percentages of Color #7768bf

%38
%46
%0
%25

Triadic Colors of #7768bf

#7768bf #bf7768 #68bf77

Analogous Colors of #7768bf

#7768bf #a368bf #6885bf

Monochromatic Colors of #7768bf

#7768bf

Complementary Color

#7768bf #b0bf68

#7768bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7768bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7768bf Color CSS Codes

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

#7768bf Text Font Color

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

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


#7768bf Background Color

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

This div background color is #7768bf


#7768bf Border Color

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

This div border color is #7768bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7768bf


Comments

No comments written yet.

Please login to write comment.