Color Hex Logo

#307893 Color Hex

#307893
(48,120,147)
0 Favorites   0 Comments

Color spaces of #307893

RGB 48120147
HSL0.550.510.38
HSV196°67°58°
CMYK 0.670.180.00   0.42
XYZ13.201916.167930.0287
Yxy16.16790.22230.2722
Hunter Lab40.2093-11.7595-16.1318
CIE-Lab47.1940-13.4458-21.2282

#307893 color RGB value is (48,120,147).

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

The process color (four color CMYK) of #307893 color hex is 0.67, 0.18, 0.00, 0.42. Web safe color of #307893 is #336699. Color #307893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111000 10010011
Octal 60 170 223
Decimal 48 120 147
Hex 30 78 93

RGB Percentages of Color #307893

%15.24
%38.10
%46.67

CMYK Percentages of Color #307893

%67
%18
%0
%42

Triadic Colors of #307893

#307893 #933078 #789330

Analogous Colors of #307893

#307893 #304793 #30937d

Monochromatic Colors of #307893

#307893

Complementary Color

#307893 #934b30

#307893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307893 Color CSS Codes

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

#307893 Text Font Color

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

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


#307893 Background Color

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

This div background color is #307893


#307893 Border Color

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

This div border color is #307893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307893


Comments

No comments written yet.

Please login to write comment.