Color Hex Logo

#134dcd Color Hex

#134DCD
(19,77,205)
0 Favorites   0 Comments

Color spaces of #134dcd

RGB 1977205
HSL0.610.830.44
HSV221°91°80°
CMYK 0.910.620.00   0.20
XYZ13.94199.854058.9248
Yxy9.85400.16850.1191
Hunter Lab31.391124.3438-89.3206
CIE-Lab37.579132.7481-70.6054

#134dcd color RGB value is (19,77,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 11001101
Octal 23 115 315
Decimal 19 77 205
Hex 13 4D CD

RGB Percentages of Color #134dcd

%6.31
%25.58
%68.11

CMYK Percentages of Color #134dcd

%91
%62
%0
%20

Triadic Colors of #134dcd

#134dcd #cd134d #4dcd13

Analogous Colors of #134dcd

#134dcd #3613cd #13aacd

Monochromatic Colors of #134dcd

#134dcd

Complementary Color

#134dcd #cd9313

#134dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#134dcd Color CSS Codes

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

#134dcd Text Font Color

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

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


#134dcd Background Color

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

This div background color is #134dcd


#134dcd Border Color

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

This div border color is #134dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134dcd


Comments

No comments written yet.

Please login to write comment.