Color Hex Logo

#134fdf Color Hex

#134FDF
(19,79,223)
0 Favorites   0 Comments

Color spaces of #134fdf

RGB 1979223
HSL0.620.840.47
HSV222°91°87°
CMYK 0.910.650.00   0.13
XYZ16.383811.058171.0829
Yxy11.05810.16630.1122
Hunter Lab33.253729.7513-103.4602
CIE-Lab39.678238.2752-77.5027

#134fdf color RGB value is (19,79,223).

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

The process color (four color CMYK) of #134fdf color hex is 0.91, 0.65, 0.00, 0.13. Web safe color of #134fdf is #0066cc. Color #134fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001111 11011111
Octal 23 117 337
Decimal 19 79 223
Hex 13 4F DF

RGB Percentages of Color #134fdf

%5.92
%24.61
%69.47

CMYK Percentages of Color #134fdf

%91
%65
%0
%13

Triadic Colors of #134fdf

#134fdf #df134f #4fdf13

Analogous Colors of #134fdf

#134fdf #3d13df #13b5df

Monochromatic Colors of #134fdf

#134fdf

Complementary Color

#134fdf #dfa313

#134fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#134fdf Color CSS Codes

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

#134fdf Text Font Color

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

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


#134fdf Background Color

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

This div background color is #134fdf


#134fdf Border Color

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

This div border color is #134fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134fdf


Comments

No comments written yet.

Please login to write comment.