Color Hex Logo

#134bda Color Hex

#134BDA
(19,75,218)
0 Favorites   0 Comments

Color spaces of #134bda

RGB 1975218
HSL0.620.840.46
HSV223°91°85°
CMYK 0.910.660.00   0.15
XYZ15.439510.232667.4910
Yxy10.23260.16570.1098
Hunter Lab31.988430.1748-102.7015
CIE-Lab38.256738.9500-76.9805

#134bda color RGB value is (19,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001011 11011010
Octal 23 113 332
Decimal 19 75 218
Hex 13 4B DA

RGB Percentages of Color #134bda

%6.09
%24.04
%69.87

CMYK Percentages of Color #134bda

%91
%66
%0
%15

Triadic Colors of #134bda

#134bda #da134b #4bda13

Analogous Colors of #134bda

#134bda #3f13da #13afda

Monochromatic Colors of #134bda

#134bda

Complementary Color

#134bda #daa213

#134bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#134bda Color CSS Codes

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

#134bda Text Font Color

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

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


#134bda Background Color

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

This div background color is #134bda


#134bda Border Color

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

This div border color is #134bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134bda


Comments

No comments written yet.

Please login to write comment.