Color Hex Logo

#319ede Color Hex

#319EDE
(49,158,222)
0 Favorites   0 Comments

Color spaces of #319ede

RGB 49158222
HSL0.560.720.53
HSV202°78°87°
CMYK 0.780.290.00   0.13
XYZ26.678330.380673.5652
Yxy30.38060.20420.2326
Hunter Lab55.1186-10.0606-40.5496
CIE-Lab61.9812-8.7527-41.0457

#319ede color RGB value is (49,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 11011110
Octal 61 236 336
Decimal 49 158 222
Hex 31 9E DE

RGB Percentages of Color #319ede

%11.42
%36.83
%51.75

CMYK Percentages of Color #319ede

%78
%29
%0
%13

Triadic Colors of #319ede

#319ede #de319e #9ede31

Analogous Colors of #319ede

#319ede #3147de #31dec8

Monochromatic Colors of #319ede

#319ede

Complementary Color

#319ede #de7131

#319ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#319ede Color CSS Codes

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

#319ede Text Font Color

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

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


#319ede Background Color

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

This div background color is #319ede


#319ede Border Color

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

This div border color is #319ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319ede


Comments

No comments written yet.

Please login to write comment.