Color Hex Logo

#130fef Color Hex

#130FEF
(19,15,239)
0 Favorites   0 Comments

Color spaces of #130fef

RGB 1915239
HSL0.670.880.50
HSV241°94°94°
CMYK 0.920.940.00   0.06
XYZ16.01946.712182.1126
Yxy6.71210.15280.0640
Hunter Lab25.907765.0326-169.7799
CIE-Lab31.142372.9891-100.7656

#130fef color RGB value is (19,15,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001111 11101111
Octal 23 17 357
Decimal 19 15 239
Hex 13 F EF

RGB Percentages of Color #130fef

%6.96
%5.49
%87.55

CMYK Percentages of Color #130fef

%92
%94
%0
%6

Triadic Colors of #130fef

#130fef #ef130f #0fef13

Analogous Colors of #130fef

#130fef #830fef #0f7bef

Monochromatic Colors of #130fef

#130fef

Complementary Color

#130fef #ebef0f

#130fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#130fef Color CSS Codes

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

#130fef Text Font Color

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

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


#130fef Background Color

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

This div background color is #130fef


#130fef Border Color

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

This div border color is #130fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130fef


Comments

No comments written yet.

Please login to write comment.