Color Hex Logo

#307eba Color Hex

#307EBA
(48,126,186)
0 Favorites   0 Comments

Color spaces of #307eba

RGB 48126186
HSL0.570.590.46
HSV206°74°73°
CMYK 0.740.320.00   0.27
XYZ17.542719.095349.2155
Yxy19.09530.20430.2224
Hunter Lab43.6982-4.8127-36.1872
CIE-Lab50.7985-3.2453-38.3191

#307eba color RGB value is (48,126,186).

#307eba hex color red value is 48, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #307eba hue: 0.57 , saturation: 0.59 and the lightness value of 307eba is 0.46.

The process color (four color CMYK) of #307eba color hex is 0.74, 0.32, 0.00, 0.27. Web safe color of #307eba is #3366cc. Color #307eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111110 10111010
Octal 60 176 272
Decimal 48 126 186
Hex 30 7E BA

RGB Percentages of Color #307eba

%13.33
%35.00
%51.67

CMYK Percentages of Color #307eba

%74
%32
%0
%27

Triadic Colors of #307eba

#307eba #ba307e #7eba30

Analogous Colors of #307eba

#307eba #3039ba #30bab1

Monochromatic Colors of #307eba

#307eba

Complementary Color

#307eba #ba6c30

#307eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#307eba Color CSS Codes

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

#307eba Text Font Color

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

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


#307eba Background Color

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

This div background color is #307eba


#307eba Border Color

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

This div border color is #307eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,126,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307eba;
  -webkit-box-shadow: 1px 1px 3px 2px #307eba;
  box-shadow:         1px 1px 3px 2px #307eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307eba


Comments

No comments written yet.

Please login to write comment.