Color Hex Logo

#134fff Color Hex

#134FFF
(19,79,255)
0 Favorites   0 Comments

Color spaces of #134fff

RGB 1979255
HSL0.621.000.54
HSV225°93°100°
CMYK 0.930.690.00   0.00
XYZ21.114512.950495.9946
Yxy12.95040.16230.0996
Hunter Lab35.986741.7549-132.9657
CIE-Lab42.688449.8524-90.5882

#134fff color RGB value is (19,79,255).

#134fff hex color red value is 19, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #134fff hue: 0.62 , saturation: 1.00 and the lightness value of 134fff is 0.54.

The process color (four color CMYK) of #134fff color hex is 0.93, 0.69, 0.00, 0.00. Web safe color of #134fff is #0066ff. Color #134fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001111 11111111
Octal 23 117 377
Decimal 19 79 255
Hex 13 4F FF

RGB Percentages of Color #134fff

%5.38
%22.38
%72.24

CMYK Percentages of Color #134fff

%93
%69
%0
%0

Triadic Colors of #134fff

#134fff #ff134f #4fff13

Analogous Colors of #134fff

#134fff #4d13ff #13c5ff

Monochromatic Colors of #134fff

#134fff

Complementary Color

#134fff #ffc313

#134fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#134fff Color CSS Codes

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

#134fff Text Font Color

<p style="color:#134fff">Text here</p>

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


#134fff Background Color

<div style="background-color:#134fff">
Div content here</div>

This div background color is #134fff


#134fff Border Color

<div style="border:3px solid #134fff">
Div here</div>

This div border color is #134fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,79,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134fff;
  -webkit-box-shadow: 1px 1px 3px 2px #134fff;
  box-shadow:         1px 1px 3px 2px #134fff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134fff

Related Colors


Comments

No comments written yet.

Please login to write comment.