Color Hex Logo

#130dce Color Hex

#130DCE
(19,13,206)
0 Favorites   0 Comments

Color spaces of #130dce

RGB 1913206
HSL0.670.880.43
HSV242°94°81°
CMYK 0.910.940.00   0.19
XYZ11.55314.882558.7260
Yxy4.88250.15370.0650
Hunter Lab22.096454.6601-142.1088
CIE-Lab26.397464.9323-89.7008

#130dce color RGB value is (19,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001101 11001110
Octal 23 15 316
Decimal 19 13 206
Hex 13 D CE

RGB Percentages of Color #130dce

%7.98
%5.46
%86.55

CMYK Percentages of Color #130dce

%91
%94
%0
%19

Triadic Colors of #130dce

#130dce #ce130d #0dce13

Analogous Colors of #130dce

#130dce #740dce #0d68ce

Monochromatic Colors of #130dce

#130dce

Complementary Color

#130dce #c8ce0d

#130dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#130dce Color CSS Codes

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

#130dce Text Font Color

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

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


#130dce Background Color

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

This div background color is #130dce


#130dce Border Color

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

This div border color is #130dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130dce


Comments

No comments written yet.

Please login to write comment.