Color Hex Logo

#7775bf Color Hex

#7775BF
(119,117,191)
0 Favorites   0 Comments

Color spaces of #7775bf

RGB 119117191
HSL0.670.370.60
HSV242°39°75°
CMYK 0.380.390.00   0.25
XYZ23.373020.406151.9971
Yxy20.40610.24400.2131
Hunter Lab45.173113.3047-36.6254
CIE-Lab52.293318.8855-38.5808

#7775bf color RGB value is (119,117,191).

#7775bf hex color red value is 119, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7775bf hue: 0.67 , saturation: 0.37 and the lightness value of 7775bf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 10111111
Octal 167 165 277
Decimal 119 117 191
Hex 77 75 BF

RGB Percentages of Color #7775bf

%27.87
%27.40
%44.73

CMYK Percentages of Color #7775bf

%38
%39
%0
%25

Triadic Colors of #7775bf

#7775bf #bf7775 #75bf77

Analogous Colors of #7775bf

#7775bf #9c75bf #7598bf

Monochromatic Colors of #7775bf

#7775bf

Complementary Color

#7775bf #bdbf75

#7775bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7775bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7775bf Color CSS Codes

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

#7775bf Text Font Color

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

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


#7775bf Background Color

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

This div background color is #7775bf


#7775bf Border Color

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

This div border color is #7775bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7775bf


Comments

No comments written yet.

Please login to write comment.