Color Hex Logo

#031def Color Hex

#031DEF
(3,29,239)
0 Favorites   0 Comments

Color spaces of #031def

RGB 329239
HSL0.650.980.47
HSV233°99°94°
CMYK 0.990.880.00   0.06
XYZ16.05697.130182.1913
Yxy7.13010.15240.0677
Hunter Lab26.702260.6087-163.8070
CIE-Lab32.101369.0710-99.1704

#031def color RGB value is (3,29,239).

#031def hex color red value is 3, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #031def hue: 0.65 , saturation: 0.98 and the lightness value of 031def is 0.47.

The process color (four color CMYK) of #031def color hex is 0.99, 0.88, 0.00, 0.06. Web safe color of #031def is #0033ff. Color #031def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011101 11101111
Octal 3 35 357
Decimal 3 29 239
Hex 3 1D EF

RGB Percentages of Color #031def

%1.11
%10.70
%88.19

CMYK Percentages of Color #031def

%99
%88
%0
%6

Triadic Colors of #031def

#031def #ef031d #1def03

Analogous Colors of #031def

#031def #5f03ef #0393ef

Monochromatic Colors of #031def

#031def

Complementary Color

#031def #efd503

#031def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031def Color Preview on White Background

Lorem ipsum dolor sit amet.

#031def Color CSS Codes

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

#031def Text Font Color

<p style="color:#031def">Text here</p>

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


#031def Background Color

<div style="background-color:#031def">
Div content here</div>

This div background color is #031def


#031def Border Color

<div style="border:3px solid #031def">
Div here</div>

This div border color is #031def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,29,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #031def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #031def;
  -webkit-box-shadow: 1px 1px 3px 2px #031def;
  box-shadow:         1px 1px 3px 2px #031def; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,29,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031def


Comments

No comments written yet.

Please login to write comment.