Color Hex Logo

#010ede Color Hex

#010EDE
(1,14,222)
0 Favorites   0 Comments

Color spaces of #010ede

RGB 114222
HSL0.660.990.44
HSV236°100°87°
CMYK 1.000.940.00   0.13
XYZ13.35445.594569.4832
Yxy5.59450.15100.0633
Hunter Lab23.652759.3895-157.6160
CIE-Lab28.365568.7049-95.6960

#010ede color RGB value is (1,14,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001110 11011110
Octal 1 16 336
Decimal 1 14 222
Hex 1 E DE

RGB Percentages of Color #010ede

%0.42
%5.91
%93.67

CMYK Percentages of Color #010ede

%100
%94
%0
%13

Triadic Colors of #010ede

#010ede #de010e #0ede01

Analogous Colors of #010ede

#010ede #6201de #017dde

Monochromatic Colors of #010ede

#010ede

Complementary Color

#010ede #ded101

#010ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#010ede Color CSS Codes

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

#010ede Text Font Color

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

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


#010ede Background Color

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

This div background color is #010ede


#010ede Border Color

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

This div border color is #010ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010ede


Comments

No comments written yet.

Please login to write comment.