Color Hex Logo

#010ded Color Hex

#010DED
(1,13,237)
0 Favorites   0 Comments

Color spaces of #010ded

RGB 113237
HSL0.660.990.47
HSV237°100°93°
CMYK 1.000.950.00   0.07
XYZ15.44256.408780.5439
Yxy6.40870.15080.0626
Hunter Lab25.315464.5837-170.9172
CIE-Lab30.421072.7421-100.8425

#010ded color RGB value is (1,13,237).

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

The process color (four color CMYK) of #010ded color hex is 1.00, 0.95, 0.00, 0.07. Web safe color of #010ded is #0000ff. Color #010ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001101 11101101
Octal 1 15 355
Decimal 1 13 237
Hex 1 D ED

RGB Percentages of Color #010ded

%0.40
%5.18
%94.42

CMYK Percentages of Color #010ded

%100
%95
%0
%7

Triadic Colors of #010ded

#010ded #ed010d #0ded01

Analogous Colors of #010ded

#010ded #6b01ed #0183ed

Monochromatic Colors of #010ded

#010ded

Complementary Color

#010ded #ede101

#010ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#010ded Color CSS Codes

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

#010ded Text Font Color

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

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


#010ded Background Color

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

This div background color is #010ded


#010ded Border Color

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

This div border color is #010ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010ded


Comments

No comments written yet.

Please login to write comment.