Color Hex Logo

#031fe6 Color Hex

#031FE6
(3,31,230)
0 Favorites   0 Comments

Color spaces of #031fe6

RGB 331230
HSL0.650.970.46
HSV233°99°90°
CMYK 0.990.870.00   0.10
XYZ14.81056.712575.3780
Yxy6.71250.15280.0693
Hunter Lab25.908556.6990-154.3620
CIE-Lab31.143265.8551-95.6445

#031fe6 color RGB value is (3,31,230).

#031fe6 hex color red value is 3, green value is 31 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #031fe6 hue: 0.65 , saturation: 0.97 and the lightness value of 031fe6 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011111 11100110
Octal 3 37 346
Decimal 3 31 230
Hex 3 1F E6

RGB Percentages of Color #031fe6

%1.14
%11.74
%87.12

CMYK Percentages of Color #031fe6

%99
%87
%0
%10

Triadic Colors of #031fe6

#031fe6 #e6031f #1fe603

Analogous Colors of #031fe6

#031fe6 #5903e6 #0391e6

Monochromatic Colors of #031fe6

#031fe6

Complementary Color

#031fe6 #e6ca03

#031fe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031fe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031fe6 Color CSS Codes

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

#031fe6 Text Font Color

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

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


#031fe6 Background Color

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

This div background color is #031fe6


#031fe6 Border Color

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

This div border color is #031fe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031fe6


Comments

No comments written yet.

Please login to write comment.