Color Hex Logo

#319dca Color Hex

#319DCA
(49,157,202)
0 Favorites   0 Comments

Color spaces of #319dca

RGB 49157202
HSL0.550.610.49
HSV198°76°79°
CMYK 0.760.220.00   0.21
XYZ23.984329.031260.2166
Yxy29.03120.21180.2564
Hunter Lab53.8806-14.8340-28.5457
CIE-Lab60.8092-15.1134-31.7360

#319dca color RGB value is (49,157,202).

#319dca hex color red value is 49, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #319dca hue: 0.55 , saturation: 0.61 and the lightness value of 319dca is 0.49.

The process color (four color CMYK) of #319dca color hex is 0.76, 0.22, 0.00, 0.21. Web safe color of #319dca is #3399cc. Color #319dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011101 11001010
Octal 61 235 312
Decimal 49 157 202
Hex 31 9D CA

RGB Percentages of Color #319dca

%12.01
%38.48
%49.51

CMYK Percentages of Color #319dca

%76
%22
%0
%21

Triadic Colors of #319dca

#319dca #ca319d #9dca31

Analogous Colors of #319dca

#319dca #3150ca #31caab

Monochromatic Colors of #319dca

#319dca

Complementary Color

#319dca #ca5e31

#319dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#319dca Color CSS Codes

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

#319dca Text Font Color

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

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


#319dca Background Color

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

This div background color is #319dca


#319dca Border Color

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

This div border color is #319dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319dca


Comments

No comments written yet.

Please login to write comment.