Color Hex Logo

#308ba7 Color Hex

#308BA7
(48,139,167)
0 Favorites   0 Comments

Color spaces of #308ba7

RGB 48139167
HSL0.540.550.42
HSV194°71°65°
CMYK 0.710.170.00   0.35
XYZ17.426621.883639.8647
Yxy21.88360.22010.2764
Hunter Lab46.7799-15.3695-17.7796
CIE-Lab53.9033-17.2573-22.5551

#308ba7 color RGB value is (48,139,167).

#308ba7 hex color red value is 48, green value is 139 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #308ba7 hue: 0.54 , saturation: 0.55 and the lightness value of 308ba7 is 0.42.

The process color (four color CMYK) of #308ba7 color hex is 0.71, 0.17, 0.00, 0.35. Web safe color of #308ba7 is #339999. Color #308ba7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001011 10100111
Octal 60 213 247
Decimal 48 139 167
Hex 30 8B A7

RGB Percentages of Color #308ba7

%13.56
%39.27
%47.18

CMYK Percentages of Color #308ba7

%71
%17
%0
%35

Triadic Colors of #308ba7

#308ba7 #a7308b #8ba730

Analogous Colors of #308ba7

#308ba7 #3050a7 #30a788

Monochromatic Colors of #308ba7

#308ba7

Complementary Color

#308ba7 #a74c30

#308ba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308ba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308ba7 Color CSS Codes

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

#308ba7 Text Font Color

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

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


#308ba7 Background Color

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

This div background color is #308ba7


#308ba7 Border Color

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

This div border color is #308ba7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,139,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308ba7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308ba7;
  -webkit-box-shadow: 1px 1px 3px 2px #308ba7;
  box-shadow:         1px 1px 3px 2px #308ba7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308ba7


Comments

No comments written yet.

Please login to write comment.