Color Hex Logo

#134bfd Color Hex

#134BFD
(19,75,253)
0 Favorites   0 Comments

Color spaces of #134bfd

RGB 1975253
HSL0.630.980.53
HSV226°92°99°
CMYK 0.920.700.00   0.01
XYZ20.514312.262594.2142
Yxy12.26250.16150.0966
Hunter Lab35.017943.2883-135.0050
CIE-Lab41.630351.5162-91.2195

#134bfd color RGB value is (19,75,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001011 11111101
Octal 23 113 375
Decimal 19 75 253
Hex 13 4B FD

RGB Percentages of Color #134bfd

%5.48
%21.61
%72.91

CMYK Percentages of Color #134bfd

%92
%70
%0
%1

Triadic Colors of #134bfd

#134bfd #fd134b #4bfd13

Analogous Colors of #134bfd

#134bfd #5013fd #13c0fd

Monochromatic Colors of #134bfd

#134bfd

Complementary Color

#134bfd #fdc513

#134bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#134bfd Color CSS Codes

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

#134bfd Text Font Color

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

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


#134bfd Background Color

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

This div background color is #134bfd


#134bfd Border Color

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

This div border color is #134bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134bfd


Comments

No comments written yet.

Please login to write comment.