Color Hex Logo

#319eba Color Hex

#319EBA
(49,158,186)
0 Favorites   0 Comments

Color spaces of #319eba

RGB 49158186
HSL0.530.580.46
HSV192°74°73°
CMYK 0.740.150.00   0.27
XYZ22.356428.651950.8064
Yxy28.65190.21960.2814
Hunter Lab53.5275-19.1204-18.8068
CIE-Lab60.4732-20.9818-23.2750

#319eba color RGB value is (49,158,186).

#319eba hex color red value is 49, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #319eba hue: 0.53 , saturation: 0.58 and the lightness value of 319eba is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 10111010
Octal 61 236 272
Decimal 49 158 186
Hex 31 9E BA

RGB Percentages of Color #319eba

%12.47
%40.20
%47.33

CMYK Percentages of Color #319eba

%74
%15
%0
%27

Triadic Colors of #319eba

#319eba #ba319e #9eba31

Analogous Colors of #319eba

#319eba #315aba #31ba92

Monochromatic Colors of #319eba

#319eba

Complementary Color

#319eba #ba4d31

#319eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#319eba Color CSS Codes

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

#319eba Text Font Color

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

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


#319eba Background Color

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

This div background color is #319eba


#319eba Border Color

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

This div border color is #319eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319eba


Comments

No comments written yet.

Please login to write comment.