Color Hex Logo

#310efd Color Hex

#310EFD
(49,14,253)
0 Favorites   0 Comments

Color spaces of #310efd

RGB 4914253
HSL0.690.980.52
HSV249°94°99°
CMYK 0.810.940.00   0.01
XYZ19.15338.058993.4745
Yxy8.05890.15870.0668
Hunter Lab28.388270.7532-175.3538
CIE-Lab34.105377.1668-103.6936

#310efd color RGB value is (49,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00001110 11111101
Octal 61 16 375
Decimal 49 14 253
Hex 31 E FD

RGB Percentages of Color #310efd

%15.51
%4.43
%80.06

CMYK Percentages of Color #310efd

%81
%94
%0
%1

Triadic Colors of #310efd

#310efd #fd310e #0efd31

Analogous Colors of #310efd

#310efd #a90efd #0e63fd

Monochromatic Colors of #310efd

#310efd

Complementary Color

#310efd #dafd0e

#310efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#310efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#310efd Color CSS Codes

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

#310efd Text Font Color

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

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


#310efd Background Color

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

This div background color is #310efd


#310efd Border Color

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

This div border color is #310efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,14,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 #310efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #310efd


Comments

No comments written yet.

Please login to write comment.