Color Hex Logo

#130ffd Color Hex

#130FFD
(19,15,253)
0 Favorites   0 Comments

Color spaces of #130ffd

RGB 1915253
HSL0.670.980.53
HSV241°94°99°
CMYK 0.920.940.00   0.01
XYZ18.16907.571993.4324
Yxy7.57190.15250.0635
Hunter Lab27.517169.7052-182.0532
CIE-Lab33.074976.4978-105.4415

#130ffd color RGB value is (19,15,253).

#130ffd hex color red value is 19, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #130ffd hue: 0.67 , saturation: 0.98 and the lightness value of 130ffd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001111 11111101
Octal 23 17 375
Decimal 19 15 253
Hex 13 F FD

RGB Percentages of Color #130ffd

%6.62
%5.23
%88.15

CMYK Percentages of Color #130ffd

%92
%94
%0
%1

Triadic Colors of #130ffd

#130ffd #fd130f #0ffd13

Analogous Colors of #130ffd

#130ffd #8a0ffd #0f82fd

Monochromatic Colors of #130ffd

#130ffd

Complementary Color

#130ffd #f9fd0f

#130ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#130ffd Color CSS Codes

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

#130ffd Text Font Color

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

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


#130ffd Background Color

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

This div background color is #130ffd


#130ffd Border Color

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

This div border color is #130ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130ffd


Comments

No comments written yet.

Please login to write comment.