Color Hex Logo

#0787bf Color Hex

#0787BF
(7,135,191)
0 Favorites   0 Comments

Color spaces of #0787bf

RGB 7135191
HSL0.550.930.39
HSV198°96°75°
CMYK 0.960.290.00   0.25
XYZ18.155621.134752.4127
Yxy21.13470.19800.2305
Hunter Lab45.9725-9.9581-35.4151
CIE-Lab53.0966-9.8733-37.6112

#0787bf color RGB value is (7,135,191).

#0787bf hex color red value is 7, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0787bf hue: 0.55 , saturation: 0.93 and the lightness value of 0787bf is 0.39.

The process color (four color CMYK) of #0787bf color hex is 0.96, 0.29, 0.00, 0.25. Web safe color of #0787bf is #0099cc. Color #0787bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000111 10111111
Octal 7 207 277
Decimal 7 135 191
Hex 7 87 BF

RGB Percentages of Color #0787bf

%2.10
%40.54
%57.36

CMYK Percentages of Color #0787bf

%96
%29
%0
%25

Triadic Colors of #0787bf

#0787bf #bf0787 #87bf07

Analogous Colors of #0787bf

#0787bf #072bbf #07bf9b

Monochromatic Colors of #0787bf

#0787bf

Complementary Color

#0787bf #bf3f07

#0787bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0787bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0787bf Color CSS Codes

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

#0787bf Text Font Color

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

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


#0787bf Background Color

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

This div background color is #0787bf


#0787bf Border Color

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

This div border color is #0787bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0787bf


Comments

No comments written yet.

Please login to write comment.