Color Hex Logo

#0775ce Color Hex

#0775CE
(7,117,206)
0 Favorites   0 Comments

Color spaces of #0775ce

RGB 7117206
HSL0.570.930.42
HSV207°97°81°
CMYK 0.970.430.00   0.19
XYZ17.589517.224060.7900
Yxy17.22400.18400.1802
Hunter Lab41.50183.0246-57.7941
CIE-Lab48.54106.7381-53.4073

#0775ce color RGB value is (7,117,206).

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

The process color (four color CMYK) of #0775ce color hex is 0.97, 0.43, 0.00, 0.19. Web safe color of #0775ce is #0066cc. Color #0775ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110101 11001110
Octal 7 165 316
Decimal 7 117 206
Hex 7 75 CE

RGB Percentages of Color #0775ce

%2.12
%35.45
%62.42

CMYK Percentages of Color #0775ce

%97
%43
%0
%19

Triadic Colors of #0775ce

#0775ce #ce0775 #75ce07

Analogous Colors of #0775ce

#0775ce #0712ce #07cec4

Monochromatic Colors of #0775ce

#0775ce

Complementary Color

#0775ce #ce6007

#0775ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0775ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0775ce Color CSS Codes

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

#0775ce Text Font Color

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

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


#0775ce Background Color

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

This div background color is #0775ce


#0775ce Border Color

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

This div border color is #0775ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0775ce


Comments

No comments written yet.

Please login to write comment.