Color Hex Logo

#319ebd Color Hex

#319EBD
(49,158,189)
0 Favorites   0 Comments

Color spaces of #319ebd

RGB 49158189
HSL0.540.590.47
HSV193°74°74°
CMYK 0.740.160.00   0.26
XYZ22.678828.780852.5041
Yxy28.78080.21810.2768
Hunter Lab53.6477-18.4253-20.4727
CIE-Lab60.5877-19.9988-24.7866

#319ebd color RGB value is (49,158,189).

#319ebd hex color red value is 49, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #319ebd hue: 0.54 , saturation: 0.59 and the lightness value of 319ebd is 0.47.

The process color (four color CMYK) of #319ebd color hex is 0.74, 0.16, 0.00, 0.26. Web safe color of #319ebd is #3399cc. Color #319ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 10111101
Octal 61 236 275
Decimal 49 158 189
Hex 31 9E BD

RGB Percentages of Color #319ebd

%12.37
%39.90
%47.73

CMYK Percentages of Color #319ebd

%74
%16
%0
%26

Triadic Colors of #319ebd

#319ebd #bd319e #9ebd31

Analogous Colors of #319ebd

#319ebd #3158bd #31bd96

Monochromatic Colors of #319ebd

#319ebd

Complementary Color

#319ebd #bd5031

#319ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#319ebd Color CSS Codes

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

#319ebd Text Font Color

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

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


#319ebd Background Color

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

This div background color is #319ebd


#319ebd Border Color

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

This div border color is #319ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319ebd


Comments

No comments written yet.

Please login to write comment.