Color Hex Logo

#319ddd Color Hex

#319DDD
(49,157,221)
0 Favorites   0 Comments

Color spaces of #319ddd

RGB 49157221
HSL0.560.720.53
HSV202°78°87°
CMYK 0.780.290.00   0.13
XYZ26.374729.987472.8047
Yxy29.98740.20420.2322
Hunter Lab54.7608-9.8595-40.4938
CIE-Lab61.6433-8.5429-41.0214

#319ddd color RGB value is (49,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011101 11011101
Octal 61 235 335
Decimal 49 157 221
Hex 31 9D DD

RGB Percentages of Color #319ddd

%11.48
%36.77
%51.76

CMYK Percentages of Color #319ddd

%78
%29
%0
%13

Triadic Colors of #319ddd

#319ddd #dd319d #9ddd31

Analogous Colors of #319ddd

#319ddd #3147dd #31ddc7

Monochromatic Colors of #319ddd

#319ddd

Complementary Color

#319ddd #dd7131

#319ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#319ddd Color CSS Codes

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

#319ddd Text Font Color

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

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


#319ddd Background Color

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

This div background color is #319ddd


#319ddd Border Color

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

This div border color is #319ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319ddd


Comments

No comments written yet.

Please login to write comment.