Color Hex Logo

#011cdf Color Hex

#011CDF
(1,28,223)
0 Favorites   0 Comments

Color spaces of #011cdf

RGB 128223
HSL0.650.990.44
HSV233°100°87°
CMYK 1.000.870.00   0.13
XYZ13.74716.164770.2774
Yxy6.16470.15240.0684
Hunter Lab24.828855.3806-150.4388
CIE-Lab29.824264.9404-93.8344

#011cdf color RGB value is (1,28,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011100 11011111
Octal 1 34 337
Decimal 1 28 223
Hex 1 1C DF

RGB Percentages of Color #011cdf

%0.40
%11.11
%88.49

CMYK Percentages of Color #011cdf

%100
%87
%0
%13

Triadic Colors of #011cdf

#011cdf #df011c #1cdf01

Analogous Colors of #011cdf

#011cdf #5501df #018bdf

Monochromatic Colors of #011cdf

#011cdf

Complementary Color

#011cdf #dfc401

#011cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#011cdf Color CSS Codes

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

#011cdf Text Font Color

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

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


#011cdf Background Color

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

This div background color is #011cdf


#011cdf Border Color

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

This div border color is #011cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011cdf


Comments

No comments written yet.

Please login to write comment.