Color Hex Logo

#3196df Color Hex

#3196DF
(49,150,223)
0 Favorites   0 Comments

Color spaces of #3196df

RGB 49150223
HSL0.570.730.53
HSV205°78°87°
CMYK 0.780.330.00   0.13
XYZ25.492327.793473.8331
Yxy27.79340.20050.2186
Hunter Lab52.7194-5.9460-46.1315
CIE-Lab59.7016-3.8517-45.1888

#3196df color RGB value is (49,150,223).

#3196df hex color red value is 49, green value is 150 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3196df hue: 0.57 , saturation: 0.73 and the lightness value of 3196df is 0.53.

The process color (four color CMYK) of #3196df color hex is 0.78, 0.33, 0.00, 0.13. Web safe color of #3196df is #3399cc. Color #3196df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010110 11011111
Octal 61 226 337
Decimal 49 150 223
Hex 31 96 DF

RGB Percentages of Color #3196df

%11.61
%35.55
%52.84

CMYK Percentages of Color #3196df

%78
%33
%0
%13

Triadic Colors of #3196df

#3196df #df3196 #96df31

Analogous Colors of #3196df

#3196df #313fdf #31dfd1

Monochromatic Colors of #3196df

#3196df

Complementary Color

#3196df #df7a31

#3196df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3196df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3196df Color CSS Codes

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

#3196df Text Font Color

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

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


#3196df Background Color

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

This div background color is #3196df


#3196df Border Color

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

This div border color is #3196df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,150,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3196df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3196df;
  -webkit-box-shadow: 1px 1px 3px 2px #3196df;
  box-shadow:         1px 1px 3px 2px #3196df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,150,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3196df


Comments

No comments written yet.

Please login to write comment.