Color Hex Logo

#0775be Color Hex

#0775BE
(7,117,190)
0 Favorites   0 Comments

Color spaces of #0775be

RGB 7117190
HSL0.570.930.39
HSV204°96°75°
CMYK 0.960.380.00   0.25
XYZ15.743216.485551.0675
Yxy16.48550.18900.1979
Hunter Lab40.6023-1.8423-46.1502
CIE-Lab47.60510.4322-45.7266

#0775be color RGB value is (7,117,190).

#0775be hex color red value is 7, green value is 117 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0775be hue: 0.57 , saturation: 0.93 and the lightness value of 0775be is 0.39.

The process color (four color CMYK) of #0775be color hex is 0.96, 0.38, 0.00, 0.25. Web safe color of #0775be is #0066cc. Color #0775be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110101 10111110
Octal 7 165 276
Decimal 7 117 190
Hex 7 75 BE

RGB Percentages of Color #0775be

%2.23
%37.26
%60.51

CMYK Percentages of Color #0775be

%96
%38
%0
%25

Triadic Colors of #0775be

#0775be #be0775 #75be07

Analogous Colors of #0775be

#0775be #0719be #07beac

Monochromatic Colors of #0775be

#0775be

Complementary Color

#0775be #be5007

#0775be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0775be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0775be Color CSS Codes

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

#0775be Text Font Color

<p style="color:#0775be">Text here</p>

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


#0775be Background Color

<div style="background-color:#0775be">
Div content here</div>

This div background color is #0775be


#0775be Border Color

<div style="border:3px solid #0775be">
Div here</div>

This div border color is #0775be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,117,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0775be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0775be;
  -webkit-box-shadow: 1px 1px 3px 2px #0775be;
  box-shadow:         1px 1px 3px 2px #0775be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,117,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0775be


Comments

No comments written yet.

Please login to write comment.