Color Hex Logo

#134ffd Color Hex

#134FFD
(19,79,253)
0 Favorites   0 Comments

Color spaces of #134ffd

RGB 1979253
HSL0.620.980.53
HSV225°92°99°
CMYK 0.920.690.00   0.01
XYZ20.794212.822394.3075
Yxy12.82230.16260.1002
Hunter Lab35.808240.9923-131.0852
CIE-Lab42.494349.1502-89.7928

#134ffd color RGB value is (19,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001111 11111101
Octal 23 117 375
Decimal 19 79 253
Hex 13 4F FD

RGB Percentages of Color #134ffd

%5.41
%22.51
%72.08

CMYK Percentages of Color #134ffd

%92
%69
%0
%1

Triadic Colors of #134ffd

#134ffd #fd134f #4ffd13

Analogous Colors of #134ffd

#134ffd #4c13fd #13c4fd

Monochromatic Colors of #134ffd

#134ffd

Complementary Color

#134ffd #fdc113

#134ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#134ffd Color CSS Codes

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

#134ffd Text Font Color

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

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


#134ffd Background Color

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

This div background color is #134ffd


#134ffd Border Color

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

This div border color is #134ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.