Color Hex Logo

#134dfc Color Hex

#134DFC
(19,77,252)
0 Favorites   0 Comments

Color spaces of #134dfc

RGB 1977252
HSL0.630.970.53
HSV225°92°99°
CMYK 0.920.690.00   0.01
XYZ20.493112.474593.4232
Yxy12.47450.16210.0987
Hunter Lab35.319341.7614-132.1049
CIE-Lab41.960549.9895-90.1153

#134dfc color RGB value is (19,77,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 11111100
Octal 23 115 374
Decimal 19 77 252
Hex 13 4D FC

RGB Percentages of Color #134dfc

%5.46
%22.13
%72.41

CMYK Percentages of Color #134dfc

%92
%69
%0
%1

Triadic Colors of #134dfc

#134dfc #fc134d #4dfc13

Analogous Colors of #134dfc

#134dfc #4e13fc #13c2fc

Monochromatic Colors of #134dfc

#134dfc

Complementary Color

#134dfc #fcc213

#134dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#134dfc Color CSS Codes

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

#134dfc Text Font Color

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

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


#134dfc Background Color

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

This div background color is #134dfc


#134dfc Border Color

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

This div border color is #134dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134dfc


Comments

No comments written yet.

Please login to write comment.