Color Hex Logo

#011ecf Color Hex

#011ECF
(1,30,207)
0 Favorites   0 Comments

Color spaces of #011ecf

RGB 130207
HSL0.640.990.41
HSV232°100°81°
CMYK 1.000.860.00   0.19
XYZ11.73935.440059.4628
Yxy5.44000.15320.0710
Hunter Lab23.323849.0257-134.8300
CIE-Lab27.953259.5494-87.6962

#011ecf color RGB value is (1,30,207).

#011ecf hex color red value is 1, green value is 30 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #011ecf hue: 0.64 , saturation: 0.99 and the lightness value of 011ecf is 0.41.

The process color (four color CMYK) of #011ecf color hex is 1.00, 0.86, 0.00, 0.19. Web safe color of #011ecf is #0033cc. Color #011ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011110 11001111
Octal 1 36 317
Decimal 1 30 207
Hex 1 1E CF

RGB Percentages of Color #011ecf

%0.42
%12.61
%86.97

CMYK Percentages of Color #011ecf

%100
%86
%0
%19

Triadic Colors of #011ecf

#011ecf #cf011e #1ecf01

Analogous Colors of #011ecf

#011ecf #4b01cf #0185cf

Monochromatic Colors of #011ecf

#011ecf

Complementary Color

#011ecf #cfb201

#011ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#011ecf Color CSS Codes

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

#011ecf Text Font Color

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

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


#011ecf Background Color

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

This div background color is #011ecf


#011ecf Border Color

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

This div border color is #011ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011ecf


Comments

No comments written yet.

Please login to write comment.