Color Hex Logo

#319edf Color Hex

#319EDF
(49,158,223)
0 Favorites   0 Comments

Color spaces of #319edf

RGB 49158223
HSL0.560.730.53
HSV202°78°87°
CMYK 0.780.290.00   0.13
XYZ26.812830.434474.2733
Yxy30.43440.20390.2314
Hunter Lab55.1674-9.7872-41.2065
CIE-Lab62.0272-8.4018-41.5276

#319edf color RGB value is (49,158,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 11011111
Octal 61 236 337
Decimal 49 158 223
Hex 31 9E DF

RGB Percentages of Color #319edf

%11.40
%36.74
%51.86

CMYK Percentages of Color #319edf

%78
%29
%0
%13

Triadic Colors of #319edf

#319edf #df319e #9edf31

Analogous Colors of #319edf

#319edf #3147df #31dfc9

Monochromatic Colors of #319edf

#319edf

Complementary Color

#319edf #df7231

#319edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#319edf Color CSS Codes

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

#319edf Text Font Color

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

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


#319edf Background Color

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

This div background color is #319edf


#319edf Border Color

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

This div border color is #319edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319edf


Comments

No comments written yet.

Please login to write comment.