Color Hex Logo

#319efd Color Hex

#319EFD
(49,158,253)
0 Favorites   0 Comments

Color spaces of #319efd

RGB 49158253
HSL0.580.980.59
HSV208°81°99°
CMYK 0.810.380.00   0.01
XYZ31.223132.198597.4978
Yxy32.19850.19400.2001
Hunter Lab56.7437-1.0823-62.1522
CIE-Lab63.50662.2966-55.6906

#319efd color RGB value is (49,158,253).

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

The process color (four color CMYK) of #319efd color hex is 0.81, 0.38, 0.00, 0.01. Web safe color of #319efd is #3399ff. Color #319efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 11111101
Octal 61 236 375
Decimal 49 158 253
Hex 31 9E FD

RGB Percentages of Color #319efd

%10.65
%34.35
%55.00

CMYK Percentages of Color #319efd

%81
%38
%0
%1

Triadic Colors of #319efd

#319efd #fd319e #9efd31

Analogous Colors of #319efd

#319efd #3138fd #31fdf6

Monochromatic Colors of #319efd

#319efd

Complementary Color

#319efd #fd9031

#319efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#319efd Color CSS Codes

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

#319efd Text Font Color

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

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


#319efd Background Color

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

This div background color is #319efd


#319efd Border Color

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

This div border color is #319efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319efd


Comments

No comments written yet.

Please login to write comment.