Color Hex Logo

#7761bf Color Hex

#7761BF
(119,97,191)
0 Favorites   0 Comments

Color spaces of #7761bf

RGB 11997191
HSL0.710.420.56
HSV254°49°75°
CMYK 0.380.490.00   0.25
XYZ21.286416.232951.3016
Yxy16.23290.23970.1828
Hunter Lab40.290123.7990-47.2913
CIE-Lab47.278630.8868-46.5267

#7761bf color RGB value is (119,97,191).

#7761bf hex color red value is 119, green value is 97 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7761bf hue: 0.71 , saturation: 0.42 and the lightness value of 7761bf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100001 10111111
Octal 167 141 277
Decimal 119 97 191
Hex 77 61 BF

RGB Percentages of Color #7761bf

%29.24
%23.83
%46.93

CMYK Percentages of Color #7761bf

%38
%49
%0
%25

Triadic Colors of #7761bf

#7761bf #bf7761 #61bf77

Analogous Colors of #7761bf

#7761bf #a661bf #617abf

Monochromatic Colors of #7761bf

#7761bf

Complementary Color

#7761bf #a9bf61

#7761bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7761bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7761bf Color CSS Codes

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

#7761bf Text Font Color

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

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


#7761bf Background Color

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

This div background color is #7761bf


#7761bf Border Color

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

This div border color is #7761bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7761bf


Comments

No comments written yet.

Please login to write comment.