Color Hex Logo

#011dff Color Hex

#011DFF
(1,29,255)
0 Favorites   0 Comments

Color spaces of #011dff

RGB 129255
HSL0.651.000.50
HSV233°100°100°
CMYK 1.000.890.00   0.00
XYZ18.50198.105295.1970
Yxy8.10520.15190.0665
Hunter Lab28.469666.1821-178.3257
CIE-Lab34.201073.3924-104.6890

#011dff color RGB value is (1,29,255).

#011dff hex color red value is 1, green value is 29 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #011dff hue: 0.65 , saturation: 1.00 and the lightness value of 011dff is 0.50.

The process color (four color CMYK) of #011dff color hex is 1.00, 0.89, 0.00, 0.00. Web safe color of #011dff is #0033ff. Color #011dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011101 11111111
Octal 1 35 377
Decimal 1 29 255
Hex 1 1D FF

RGB Percentages of Color #011dff

%0.35
%10.18
%89.47

CMYK Percentages of Color #011dff

%100
%89
%0
%0

Triadic Colors of #011dff

#011dff #ff011d #1dff01

Analogous Colors of #011dff

#011dff #6401ff #019cff

Monochromatic Colors of #011dff

#011dff

Complementary Color

#011dff #ffe301

#011dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#011dff Color CSS Codes

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

#011dff Text Font Color

<p style="color:#011dff">Text here</p>

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


#011dff Background Color

<div style="background-color:#011dff">
Div content here</div>

This div background color is #011dff


#011dff Border Color

<div style="border:3px solid #011dff">
Div here</div>

This div border color is #011dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011dff


Comments

No comments written yet.

Please login to write comment.