Color Hex Logo

#130ded Color Hex

#130DED
(19,13,237)
0 Favorites   0 Comments

Color spaces of #130ded

RGB 1913237
HSL0.670.900.49
HSV242°95°93°
CMYK 0.920.950.00   0.07
XYZ15.69856.540780.5558
Yxy6.54070.15270.0636
Hunter Lab25.574864.8122-168.8500
CIE-Lab30.737672.8771-100.3056

#130ded color RGB value is (19,13,237).

#130ded hex color red value is 19, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #130ded hue: 0.67 , saturation: 0.90 and the lightness value of 130ded is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001101 11101101
Octal 23 15 355
Decimal 19 13 237
Hex 13 D ED

RGB Percentages of Color #130ded

%7.06
%4.83
%88.10

CMYK Percentages of Color #130ded

%92
%95
%0
%7

Triadic Colors of #130ded

#130ded #ed130d #0ded13

Analogous Colors of #130ded

#130ded #830ded #0d77ed

Monochromatic Colors of #130ded

#130ded

Complementary Color

#130ded #e7ed0d

#130ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#130ded Color CSS Codes

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

#130ded Text Font Color

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

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


#130ded Background Color

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

This div background color is #130ded


#130ded Border Color

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

This div border color is #130ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #130ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130ded


Comments

No comments written yet.

Please login to write comment.