Color Hex Logo

#319ce6 Color Hex

#319CE6
(49,156,230)
0 Favorites   0 Comments

Color spaces of #319ce6

RGB 49156230
HSL0.570.780.55
HSV205°79°90°
CMYK 0.790.320.00   0.10
XYZ27.438030.143179.2350
Yxy30.14310.20050.2203
Hunter Lab54.9027-6.8732-47.1347
CIE-Lab61.7775-4.7961-45.7944

#319ce6 color RGB value is (49,156,230).

#319ce6 hex color red value is 49, green value is 156 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #319ce6 hue: 0.57 , saturation: 0.78 and the lightness value of 319ce6 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011100 11100110
Octal 61 234 346
Decimal 49 156 230
Hex 31 9C E6

RGB Percentages of Color #319ce6

%11.26
%35.86
%52.87

CMYK Percentages of Color #319ce6

%79
%32
%0
%10

Triadic Colors of #319ce6

#319ce6 #e6319c #9ce631

Analogous Colors of #319ce6

#319ce6 #3142e6 #31e6d6

Monochromatic Colors of #319ce6

#319ce6

Complementary Color

#319ce6 #e67b31

#319ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319ce6 Color CSS Codes

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

#319ce6 Text Font Color

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

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


#319ce6 Background Color

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

This div background color is #319ce6


#319ce6 Border Color

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

This div border color is #319ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319ce6

#319ce6 Color Palettes


Comments

No comments written yet.

Please login to write comment.