Color Hex Logo

#011cdd Color Hex

#011CDD
(1,28,221)
0 Favorites   0 Comments

Color spaces of #011cdd

RGB 128221
HSL0.650.990.44
HSV233°100°87°
CMYK 1.000.870.00   0.13
XYZ13.47896.057468.8654
Yxy6.05740.15250.0685
Hunter Lab24.611854.6868-148.6691
CIE-Lab29.556864.3750-93.1301

#011cdd color RGB value is (1,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011100 11011101
Octal 1 34 335
Decimal 1 28 221
Hex 1 1C DD

RGB Percentages of Color #011cdd

%0.40
%11.20
%88.40

CMYK Percentages of Color #011cdd

%100
%87
%0
%13

Triadic Colors of #011cdd

#011cdd #dd011c #1cdd01

Analogous Colors of #011cdd

#011cdd #5401dd #018add

Monochromatic Colors of #011cdd

#011cdd

Complementary Color

#011cdd #ddc201

#011cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#011cdd Color CSS Codes

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

#011cdd Text Font Color

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

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


#011cdd Background Color

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

This div background color is #011cdd


#011cdd Border Color

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

This div border color is #011cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011cdd


Comments

No comments written yet.

Please login to write comment.