Color Hex Logo

#130dde Color Hex

#130DDE
(19,13,222)
0 Favorites   0 Comments

Color spaces of #130dde

RGB 1913222
HSL0.670.890.46
HSV242°94°87°
CMYK 0.910.940.00   0.13
XYZ13.59735.700269.4908
Yxy5.70020.15310.0642
Hunter Lab23.875159.8776-155.8568
CIE-Lab28.643169.0745-95.2235

#130dde color RGB value is (19,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001101 11011110
Octal 23 15 336
Decimal 19 13 222
Hex 13 D DE

RGB Percentages of Color #130dde

%7.48
%5.12
%87.40

CMYK Percentages of Color #130dde

%91
%94
%0
%13

Triadic Colors of #130dde

#130dde #de130d #0dde13

Analogous Colors of #130dde

#130dde #7c0dde #0d70de

Monochromatic Colors of #130dde

#130dde

Complementary Color

#130dde #d8de0d

#130dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#130dde Color CSS Codes

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

#130dde Text Font Color

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

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


#130dde Background Color

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

This div background color is #130dde


#130dde Border Color

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

This div border color is #130dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130dde


Comments

No comments written yet.

Please login to write comment.