Color Hex Logo

#011ffd Color Hex

#011FFD
(1,31,253)
0 Favorites   0 Comments

Color spaces of #011ffd

RGB 131253
HSL0.650.990.50
HSV233°100°99°
CMYK 1.000.880.00   0.01
XYZ18.23218.078393.5268
Yxy8.07830.15210.0674
Hunter Lab28.422464.7634-175.2045
CIE-Lab34.145472.2166-103.6598

#011ffd color RGB value is (1,31,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011111 11111101
Octal 1 37 375
Decimal 1 31 253
Hex 1 1F FD

RGB Percentages of Color #011ffd

%0.35
%10.88
%88.77

CMYK Percentages of Color #011ffd

%100
%88
%0
%1

Triadic Colors of #011ffd

#011ffd #fd011f #1ffd01

Analogous Colors of #011ffd

#011ffd #6101fd #019dfd

Monochromatic Colors of #011ffd

#011ffd

Complementary Color

#011ffd #fddf01

#011ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#011ffd Color CSS Codes

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

#011ffd Text Font Color

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

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


#011ffd Background Color

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

This div background color is #011ffd


#011ffd Border Color

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

This div border color is #011ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,31,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 #011ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011ffd

#011ffd Color Palettes


Comments

No comments written yet.

Please login to write comment.