Color Hex Logo

#134dfe Color Hex

#134DFE
(19,77,254)
0 Favorites   0 Comments

Color spaces of #134dfe

RGB 1977254
HSL0.630.990.54
HSV225°93°100°
CMYK 0.930.700.00   0.00
XYZ20.811812.602095.1014
Yxy12.60200.16190.0981
Hunter Lab35.499342.5236-133.9864
CIE-Lab42.157350.6875-90.9072

#134dfe color RGB value is (19,77,254).

#134dfe hex color red value is 19, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #134dfe hue: 0.63 , saturation: 0.99 and the lightness value of 134dfe is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 11111110
Octal 23 115 376
Decimal 19 77 254
Hex 13 4D FE

RGB Percentages of Color #134dfe

%5.43
%22.00
%72.57

CMYK Percentages of Color #134dfe

%93
%70
%0
%0

Triadic Colors of #134dfe

#134dfe #fe134d #4dfe13

Analogous Colors of #134dfe

#134dfe #4e13fe #13c3fe

Monochromatic Colors of #134dfe

#134dfe

Complementary Color

#134dfe #fec413

#134dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#134dfe Color CSS Codes

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

#134dfe Text Font Color

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

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


#134dfe Background Color

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

This div background color is #134dfe


#134dfe Border Color

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

This div border color is #134dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134dfe


Comments

No comments written yet.

Please login to write comment.