Color Hex Logo

#3c7880 Color Hex

#3C7880
(60,120,128)
0 Favorites   0 Comments

Color spaces of #3c7880

RGB 60120128
HSL0.520.360.37
HSV187°53°50°
CMYK 0.530.060.00   0.50
XYZ12.476215.952122.8436
Yxy15.95210.24330.3111
Hunter Lab39.9401-14.1366-5.9527
CIE-Lab46.9116-17.0628-10.3723

#3c7880 color RGB value is (60,120,128).

#3c7880 hex color red value is 60, green value is 120 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #3c7880 hue: 0.52 , saturation: 0.36 and the lightness value of 3c7880 is 0.37.

The process color (four color CMYK) of #3c7880 color hex is 0.53, 0.06, 0.00, 0.50. Web safe color of #3c7880 is #336699. Color #3c7880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01111000 10000000
Octal 74 170 200
Decimal 60 120 128
Hex 3C 78 80

RGB Percentages of Color #3c7880

%19.48
%38.96
%41.56

CMYK Percentages of Color #3c7880

%53
%6
%0
%50

Triadic Colors of #3c7880

#3c7880 #803c78 #78803c

Analogous Colors of #3c7880

#3c7880 #3c5680 #3c8066

Monochromatic Colors of #3c7880

#3c7880

Complementary Color

#3c7880 #80443c

#3c7880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c7880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c7880 Color CSS Codes

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

#3c7880 Text Font Color

<p style="color:#3c7880">Text here</p>

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


#3c7880 Background Color

<div style="background-color:#3c7880">
Div content here</div>

This div background color is #3c7880


#3c7880 Border Color

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

This div border color is #3c7880


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,120,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c7880; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c7880;
  -webkit-box-shadow: 1px 1px 3px 2px #3c7880;
  box-shadow:         1px 1px 3px 2px #3c7880; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,120,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c7880


Comments

No comments written yet.

Please login to write comment.