Color Hex Logo

#134adf Color Hex

#134ADF
(19,74,223)
0 Favorites   0 Comments

Color spaces of #134adf

RGB 1974223
HSL0.620.840.47
HSV224°91°87°
CMYK 0.910.670.00   0.13
XYZ16.036610.363770.9672
Yxy10.36370.16470.1064
Hunter Lab32.192732.5815-108.1670
CIE-Lab38.487441.4280-79.4615

#134adf color RGB value is (19,74,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001010 11011111
Octal 23 112 337
Decimal 19 74 223
Hex 13 4A DF

RGB Percentages of Color #134adf

%6.01
%23.42
%70.57

CMYK Percentages of Color #134adf

%91
%67
%0
%13

Triadic Colors of #134adf

#134adf #df134a #4adf13

Analogous Colors of #134adf

#134adf #4213df #13b0df

Monochromatic Colors of #134adf

#134adf

Complementary Color

#134adf #dfa813

#134adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#134adf Color CSS Codes

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

#134adf Text Font Color

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

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


#134adf Background Color

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

This div background color is #134adf


#134adf Border Color

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

This div border color is #134adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,74,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 #134adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134adf


Comments

No comments written yet.

Please login to write comment.