Color Hex Logo

#7885bf Color Hex

#7885BF
(120,133,191)
0 Favorites   0 Comments

Color spaces of #7885bf

RGB 120133191
HSL0.640.360.61
HSV229°37°75°
CMYK 0.370.300.00   0.25
XYZ25.537224.529752.6790
Yxy24.52970.24850.2387
Hunter Lab49.52755.3646-28.3935
CIE-Lab56.61439.6450-31.8112

#7885bf color RGB value is (120,133,191).

#7885bf hex color red value is 120, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7885bf hue: 0.64 , saturation: 0.36 and the lightness value of 7885bf is 0.61.

The process color (four color CMYK) of #7885bf color hex is 0.37, 0.30, 0.00, 0.25. Web safe color of #7885bf is #6699cc. Color #7885bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000101 10111111
Octal 170 205 277
Decimal 120 133 191
Hex 78 85 BF

RGB Percentages of Color #7885bf

%27.03
%29.95
%43.02

CMYK Percentages of Color #7885bf

%37
%30
%0
%25

Triadic Colors of #7885bf

#7885bf #bf7885 #85bf78

Analogous Colors of #7885bf

#7885bf #8f78bf #78a9bf

Monochromatic Colors of #7885bf

#7885bf

Complementary Color

#7885bf #bfb278

#7885bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7885bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7885bf Color CSS Codes

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

#7885bf Text Font Color

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

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


#7885bf Background Color

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

This div background color is #7885bf


#7885bf Border Color

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

This div border color is #7885bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7885bf


Comments

No comments written yet.

Please login to write comment.