Color Hex Logo

#134dce Color Hex

#134DCE
(19,77,206)
0 Favorites   0 Comments

Color spaces of #134dce

RGB 1977206
HSL0.610.830.44
HSV221°91°81°
CMYK 0.910.630.00   0.19
XYZ14.06309.902459.5627
Yxy9.90240.16840.1186
Hunter Lab31.468124.7020-90.1963
CIE-Lab37.666733.1319-71.0404

#134dce color RGB value is (19,77,206).

#134dce hex color red value is 19, green value is 77 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #134dce hue: 0.61 , saturation: 0.83 and the lightness value of 134dce is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 11001110
Octal 23 115 316
Decimal 19 77 206
Hex 13 4D CE

RGB Percentages of Color #134dce

%6.29
%25.50
%68.21

CMYK Percentages of Color #134dce

%91
%63
%0
%19

Triadic Colors of #134dce

#134dce #ce134d #4dce13

Analogous Colors of #134dce

#134dce #3713ce #13abce

Monochromatic Colors of #134dce

#134dce

Complementary Color

#134dce #ce9413

#134dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#134dce Color CSS Codes

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

#134dce Text Font Color

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

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


#134dce Background Color

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

This div background color is #134dce


#134dce Border Color

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

This div border color is #134dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134dce


Comments

No comments written yet.

Please login to write comment.