Color Hex Logo

#031edf Color Hex

#031EDF
(3,30,223)
0 Favorites   0 Comments

Color spaces of #031edf

RGB 330223
HSL0.650.970.44
HSV233°99°87°
CMYK 0.990.870.00   0.13
XYZ13.82116.275670.2949
Yxy6.27560.15290.0694
Hunter Lab25.051154.6417-148.8352
CIE-Lab30.097464.2331-93.3778

#031edf color RGB value is (3,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011110 11011111
Octal 3 36 337
Decimal 3 30 223
Hex 3 1E DF

RGB Percentages of Color #031edf

%1.17
%11.72
%87.11

CMYK Percentages of Color #031edf

%99
%87
%0
%13

Triadic Colors of #031edf

#031edf #df031e #1edf03

Analogous Colors of #031edf

#031edf #5603df #038cdf

Monochromatic Colors of #031edf

#031edf

Complementary Color

#031edf #dfc403

#031edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#031edf Color CSS Codes

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

#031edf Text Font Color

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

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


#031edf Background Color

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

This div background color is #031edf


#031edf Border Color

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

This div border color is #031edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031edf


Comments

No comments written yet.

Please login to write comment.