Color Hex Logo

#134efa Color Hex

#134EFA
(19,78,250)
0 Favorites   0 Comments

Color spaces of #134efa

RGB 1978250
HSL0.620.960.53
HSV225°92°98°
CMYK 0.920.690.00   0.02
XYZ20.248312.489491.7860
Yxy12.48940.16260.1003
Hunter Lab35.340340.4262-129.2498
CIE-Lab41.983648.6915-88.9588

#134efa color RGB value is (19,78,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001110 11111010
Octal 23 116 372
Decimal 19 78 250
Hex 13 4E FA

RGB Percentages of Color #134efa

%5.48
%22.48
%72.05

CMYK Percentages of Color #134efa

%92
%69
%0
%2

Triadic Colors of #134efa

#134efa #fa134e #4efa13

Analogous Colors of #134efa

#134efa #4c13fa #13c2fa

Monochromatic Colors of #134efa

#134efa

Complementary Color

#134efa #fabf13

#134efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#134efa Color CSS Codes

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

#134efa Text Font Color

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

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


#134efa Background Color

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

This div background color is #134efa


#134efa Border Color

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

This div border color is #134efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134efa

Related Colors


Comments

No comments written yet.

Please login to write comment.