Color Hex Logo

#010dde Color Hex

#010DDE
(1,13,222)
0 Favorites   0 Comments

Color spaces of #010dde

RGB 113222
HSL0.660.990.44
HSV237°100°87°
CMYK 1.000.940.00   0.13
XYZ13.34135.568269.4789
Yxy5.56820.15090.0630
Hunter Lab23.597059.6256-158.0550
CIE-Lab28.295868.9200-95.8125

#010dde color RGB value is (1,13,222).

#010dde hex color red value is 1, green value is 13 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #010dde hue: 0.66 , saturation: 0.99 and the lightness value of 010dde is 0.44.

The process color (four color CMYK) of #010dde color hex is 1.00, 0.94, 0.00, 0.13. Web safe color of #010dde is #0000cc. Color #010dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001101 11011110
Octal 1 15 336
Decimal 1 13 222
Hex 1 D DE

RGB Percentages of Color #010dde

%0.42
%5.51
%94.07

CMYK Percentages of Color #010dde

%100
%94
%0
%13

Triadic Colors of #010dde

#010dde #de010d #0dde01

Analogous Colors of #010dde

#010dde #6301de #017cde

Monochromatic Colors of #010dde

#010dde

Complementary Color

#010dde #ded201

#010dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#010dde Color CSS Codes

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

#010dde Text Font Color

<p style="color:#010dde">Text here</p>

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


#010dde Background Color

<div style="background-color:#010dde">
Div content here</div>

This div background color is #010dde


#010dde Border Color

<div style="border:3px solid #010dde">
Div here</div>

This div border color is #010dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,13,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #010dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #010dde;
  -webkit-box-shadow: 1px 1px 3px 2px #010dde;
  box-shadow:         1px 1px 3px 2px #010dde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010dde


Comments

No comments written yet.

Please login to write comment.