Color Hex Logo

#134bde Color Hex

#134BDE
(19,75,222)
0 Favorites   0 Comments

Color spaces of #134bde

RGB 1975222
HSL0.620.840.47
HSV223°91°87°
CMYK 0.910.660.00   0.13
XYZ15.969510.444570.2816
Yxy10.44450.16520.1080
Hunter Lab32.318031.6471-106.3149
CIE-Lab38.628740.4333-78.6578

#134bde color RGB value is (19,75,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001011 11011110
Octal 23 113 336
Decimal 19 75 222
Hex 13 4B DE

RGB Percentages of Color #134bde

%6.01
%23.73
%70.25

CMYK Percentages of Color #134bde

%91
%66
%0
%13

Triadic Colors of #134bde

#134bde #de134b #4bde13

Analogous Colors of #134bde

#134bde #4113de #13b1de

Monochromatic Colors of #134bde

#134bde

Complementary Color

#134bde #dea613

#134bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#134bde Color CSS Codes

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

#134bde Text Font Color

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

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


#134bde Background Color

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

This div background color is #134bde


#134bde Border Color

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

This div border color is #134bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134bde


Comments

No comments written yet.

Please login to write comment.