Color Hex Logo

#134bdc Color Hex

#134BDC
(19,75,220)
0 Favorites   0 Comments

Color spaces of #134bdc

RGB 1975220
HSL0.620.840.47
HSV223°91°86°
CMYK 0.910.660.00   0.14
XYZ15.702910.337968.8779
Yxy10.33790.16540.1089
Hunter Lab32.152630.9099-104.5053
CIE-Lab38.442239.6932-77.8209

#134bdc color RGB value is (19,75,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001011 11011100
Octal 23 113 334
Decimal 19 75 220
Hex 13 4B DC

RGB Percentages of Color #134bdc

%6.05
%23.89
%70.06

CMYK Percentages of Color #134bdc

%91
%66
%0
%14

Triadic Colors of #134bdc

#134bdc #dc134b #4bdc13

Analogous Colors of #134bdc

#134bdc #3f13dc #13b0dc

Monochromatic Colors of #134bdc

#134bdc

Complementary Color

#134bdc #dca413

#134bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#134bdc Color CSS Codes

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

#134bdc Text Font Color

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

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


#134bdc Background Color

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

This div background color is #134bdc


#134bdc Border Color

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

This div border color is #134bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134bdc


Comments

No comments written yet.

Please login to write comment.