Color Hex Logo

#0781ce Color Hex

#0781CE
(7,129,206)
0 Favorites   0 Comments

Color spaces of #0781ce

RGB 7129206
HSL0.560.930.42
HSV203°97°81°
CMYK 0.970.370.00   0.19
XYZ19.078520.201961.2863
Yxy20.20190.18970.2009
Hunter Lab44.9465-2.8883-49.3816
CIE-Lab52.0647-0.6268-47.7790

#0781ce color RGB value is (7,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000001 11001110
Octal 7 201 316
Decimal 7 129 206
Hex 7 81 CE

RGB Percentages of Color #0781ce

%2.05
%37.72
%60.23

CMYK Percentages of Color #0781ce

%97
%37
%0
%19

Triadic Colors of #0781ce

#0781ce #ce0781 #81ce07

Analogous Colors of #0781ce

#0781ce #071ece #07ceb8

Monochromatic Colors of #0781ce

#0781ce

Complementary Color

#0781ce #ce5407

#0781ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0781ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0781ce Color CSS Codes

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

#0781ce Text Font Color

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

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


#0781ce Background Color

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

This div background color is #0781ce


#0781ce Border Color

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

This div border color is #0781ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0781ce


Comments

No comments written yet.

Please login to write comment.