Color Hex Logo

#077cca Color Hex

#077CCA
(7,124,202)
0 Favorites   0 Comments

Color spaces of #077cca

RGB 7124202
HSL0.570.930.41
HSV204°97°79°
CMYK 0.970.390.00   0.21
XYZ17.955918.724758.5450
Yxy18.72470.18860.1966
Hunter Lab43.2720-1.6568-49.9261
CIE-Lab50.36360.8474-48.2123

#077cca color RGB value is (7,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111100 11001010
Octal 7 174 312
Decimal 7 124 202
Hex 7 7C CA

RGB Percentages of Color #077cca

%2.10
%37.24
%60.66

CMYK Percentages of Color #077cca

%97
%39
%0
%21

Triadic Colors of #077cca

#077cca #ca077c #7cca07

Analogous Colors of #077cca

#077cca #071aca #07cab7

Monochromatic Colors of #077cca

#077cca

Complementary Color

#077cca #ca5507

#077cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#077cca Color CSS Codes

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

#077cca Text Font Color

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

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


#077cca Background Color

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

This div background color is #077cca


#077cca Border Color

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

This div border color is #077cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077cca


Comments

No comments written yet.

Please login to write comment.