Color Hex Logo

#307890 Color Hex

#307890
(48,120,144)
0 Favorites   0 Comments

Color spaces of #307890

RGB 48120144
HSL0.540.500.38
HSV195°67°56°
CMYK 0.670.170.00   0.44
XYZ12.969416.074928.8048
Yxy16.07490.22420.2779
Hunter Lab40.0935-12.4227-14.5309
CIE-Lab47.0726-14.4517-19.6443

#307890 color RGB value is (48,120,144).

#307890 hex color red value is 48, green value is 120 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #307890 hue: 0.54 , saturation: 0.50 and the lightness value of 307890 is 0.38.

The process color (four color CMYK) of #307890 color hex is 0.67, 0.17, 0.00, 0.44. Web safe color of #307890 is #336699. Color #307890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111000 10010000
Octal 60 170 220
Decimal 48 120 144
Hex 30 78 90

RGB Percentages of Color #307890

%15.38
%38.46
%46.15

CMYK Percentages of Color #307890

%67
%17
%0
%44

Triadic Colors of #307890

#307890 #903078 #789030

Analogous Colors of #307890

#307890 #304890 #309078

Monochromatic Colors of #307890

#307890

Complementary Color

#307890 #904830

#307890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307890 Color CSS Codes

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

#307890 Text Font Color

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

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


#307890 Background Color

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

This div background color is #307890


#307890 Border Color

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

This div border color is #307890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307890


Comments

No comments written yet.

Please login to write comment.