Color Hex Logo

#0762c1 Color Hex

#0762C1
(7,98,193)
0 Favorites   0 Comments

Color spaces of #0762c1

RGB 798193
HSL0.590.930.39
HSV211°96°76°
CMYK 0.960.490.00   0.24
XYZ14.080912.630852.1479
Yxy12.63080.17860.1602
Hunter Lab35.53988.5271-62.1188
CIE-Lab42.201613.6970-56.1312

#0762c1 color RGB value is (7,98,193).

#0762c1 hex color red value is 7, green value is 98 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #0762c1 hue: 0.59 , saturation: 0.93 and the lightness value of 0762c1 is 0.39.

The process color (four color CMYK) of #0762c1 color hex is 0.96, 0.49, 0.00, 0.24. Web safe color of #0762c1 is #0066cc. Color #0762c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100010 11000001
Octal 7 142 301
Decimal 7 98 193
Hex 7 62 C1

RGB Percentages of Color #0762c1

%2.35
%32.89
%64.77

CMYK Percentages of Color #0762c1

%96
%49
%0
%24

Triadic Colors of #0762c1

#0762c1 #c10762 #62c107

Analogous Colors of #0762c1

#0762c1 #0907c1 #07bfc1

Monochromatic Colors of #0762c1

#0762c1

Complementary Color

#0762c1 #c16607

#0762c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0762c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0762c1 Color CSS Codes

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

#0762c1 Text Font Color

<p style="color:#0762c1">Text here</p>

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


#0762c1 Background Color

<div style="background-color:#0762c1">
Div content here</div>

This div background color is #0762c1


#0762c1 Border Color

<div style="border:3px solid #0762c1">
Div here</div>

This div border color is #0762c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,98,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0762c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0762c1;
  -webkit-box-shadow: 1px 1px 3px 2px #0762c1;
  box-shadow:         1px 1px 3px 2px #0762c1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0762c1


Comments

No comments written yet.

Please login to write comment.