Color Hex Logo

#319def Color Hex

#319DEF
(49,157,239)
0 Favorites   0 Comments

Color spaces of #319def

RGB 49157239
HSL0.570.860.56
HSV206°79°94°
CMYK 0.790.340.00   0.06
XYZ28.903630.998986.1214
Yxy30.99890.19790.2123
Hunter Lab55.6767-4.7689-52.7369
CIE-Lab62.5067-2.1573-49.6047

#319def color RGB value is (49,157,239).

#319def hex color red value is 49, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #319def hue: 0.57 , saturation: 0.86 and the lightness value of 319def is 0.56.

The process color (four color CMYK) of #319def color hex is 0.79, 0.34, 0.00, 0.06. Web safe color of #319def is #3399ff. Color #319def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011101 11101111
Octal 61 235 357
Decimal 49 157 239
Hex 31 9D EF

RGB Percentages of Color #319def

%11.01
%35.28
%53.71

CMYK Percentages of Color #319def

%79
%34
%0
%6

Triadic Colors of #319def

#319def #ef319d #9def31

Analogous Colors of #319def

#319def #313eef #31efe2

Monochromatic Colors of #319def

#319def

Complementary Color

#319def #ef8331

#319def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319def Color Preview on White Background

Lorem ipsum dolor sit amet.

#319def Color CSS Codes

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

#319def Text Font Color

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

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


#319def Background Color

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

This div background color is #319def


#319def Border Color

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

This div border color is #319def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319def


Comments

No comments written yet.

Please login to write comment.