Color Hex Logo

#134ffb Color Hex

#134FFB
(19,79,251)
0 Favorites   0 Comments

Color spaces of #134ffb

RGB 1979251
HSL0.620.970.53
HSV224°92°98°
CMYK 0.920.690.00   0.02
XYZ20.477112.695492.6380
Yxy12.69540.16280.1009
Hunter Lab35.630640.2314-129.2100
CIE-Lab42.300748.4454-88.9949

#134ffb color RGB value is (19,79,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001111 11111011
Octal 23 117 373
Decimal 19 79 251
Hex 13 4F FB

RGB Percentages of Color #134ffb

%5.44
%22.64
%71.92

CMYK Percentages of Color #134ffb

%92
%69
%0
%2

Triadic Colors of #134ffb

#134ffb #fb134f #4ffb13

Analogous Colors of #134ffb

#134ffb #4b13fb #13c3fb

Monochromatic Colors of #134ffb

#134ffb

Complementary Color

#134ffb #fbbf13

#134ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#134ffb Color CSS Codes

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

#134ffb Text Font Color

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

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


#134ffb Background Color

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

This div background color is #134ffb


#134ffb Border Color

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

This div border color is #134ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.