Color Hex Logo

#319aeb Color Hex

#319AEB
(49,154,235)
0 Favorites   0 Comments

Color spaces of #319aeb

RGB 49154235
HSL0.570.820.56
HSV206°79°92°
CMYK 0.790.340.00   0.08
XYZ27.817629.762382.8758
Yxy29.76230.19810.2119
Hunter Lab54.5548-4.4535-51.8807
CIE-Lab61.4486-1.8614-49.0757

#319aeb color RGB value is (49,154,235).

#319aeb hex color red value is 49, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #319aeb hue: 0.57 , saturation: 0.82 and the lightness value of 319aeb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011010 11101011
Octal 61 232 353
Decimal 49 154 235
Hex 31 9A EB

RGB Percentages of Color #319aeb

%11.19
%35.16
%53.65

CMYK Percentages of Color #319aeb

%79
%34
%0
%8

Triadic Colors of #319aeb

#319aeb #eb319a #9aeb31

Analogous Colors of #319aeb

#319aeb #313deb #31ebdf

Monochromatic Colors of #319aeb

#319aeb

Complementary Color

#319aeb #eb8231

#319aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#319aeb Color CSS Codes

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

#319aeb Text Font Color

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

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


#319aeb Background Color

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

This div background color is #319aeb


#319aeb Border Color

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

This div border color is #319aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319aeb


Comments

No comments written yet.

Please login to write comment.