Color Hex Logo

#077ccc Color Hex

#077CCC
(7,124,204)
1 Favorites   0 Comments

Color spaces of #077ccc

RGB 7124204
HSL0.570.930.41
HSV204°97°80°
CMYK 0.970.390.00   0.20
XYZ18.194418.820159.8004
Yxy18.82010.18790.1944
Hunter Lab43.3821-1.0561-51.3612
CIE-Lab50.47611.6271-49.1726

#077ccc color RGB value is (7,124,204).

#077ccc hex color red value is 7, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #077ccc hue: 0.57 , saturation: 0.93 and the lightness value of 077ccc is 0.41.

The process color (four color CMYK) of #077ccc color hex is 0.97, 0.39, 0.00, 0.20. Web safe color of #077ccc is #0066cc. Color #077ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111100 11001100
Octal 7 174 314
Decimal 7 124 204
Hex 7 7C CC

RGB Percentages of Color #077ccc

%2.09
%37.01
%60.90

CMYK Percentages of Color #077ccc

%97
%39
%0
%20

Triadic Colors of #077ccc

#077ccc #cc077c #7ccc07

Analogous Colors of #077ccc

#077ccc #071acc #07ccba

Monochromatic Colors of #077ccc

#077ccc

Complementary Color

#077ccc #cc5707

#077ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#077ccc Color CSS Codes

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

#077ccc Text Font Color

<p style="color:#077ccc">Text here</p>

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


#077ccc Background Color

<div style="background-color:#077ccc">
Div content here</div>

This div background color is #077ccc


#077ccc Border Color

<div style="border:3px solid #077ccc">
Div here</div>

This div border color is #077ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,124,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #077ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #077ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #077ccc;
  box-shadow:         1px 1px 3px 2px #077ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077ccc


Comments

No comments written yet.

Please login to write comment.