Color Hex Logo

#307880 Color Hex

#307880
(48,120,128)
0 Favorites   0 Comments

Color spaces of #307880

RGB 48120128
HSL0.520.450.35
HSV186°63°50°
CMYK 0.630.060.00   0.50
XYZ11.831715.619822.8134
Yxy15.61980.23540.3107
Hunter Lab39.5219-15.7256-6.5589
CIE-Lab46.4717-19.6199-11.0784

#307880 color RGB value is (48,120,128).

#307880 hex color red value is 48, green value is 120 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #307880 hue: 0.52 , saturation: 0.45 and the lightness value of 307880 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111000 10000000
Octal 60 170 200
Decimal 48 120 128
Hex 30 78 80

RGB Percentages of Color #307880

%16.22
%40.54
%43.24

CMYK Percentages of Color #307880

%63
%6
%0
%50

Triadic Colors of #307880

#307880 #803078 #788030

Analogous Colors of #307880

#307880 #305080 #308060

Monochromatic Colors of #307880

#307880

Complementary Color

#307880 #803830

#307880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307880 Color CSS Codes

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

#307880 Text Font Color

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

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


#307880 Background Color

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

This div background color is #307880


#307880 Border Color

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

This div border color is #307880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307880


Comments

No comments written yet.

Please login to write comment.