Color Hex Logo

#134bcf Color Hex

#134BCF
(19,75,207)
0 Favorites   0 Comments

Color spaces of #134bcf

RGB 1975207
HSL0.620.830.44
HSV222°91°81°
CMYK 0.910.640.00   0.19
XYZ14.04719.675660.1587
Yxy9.67560.16750.1153
Hunter Lab31.105626.1746-92.8937
CIE-Lab37.253834.8119-72.2960

#134bcf color RGB value is (19,75,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001011 11001111
Octal 23 113 317
Decimal 19 75 207
Hex 13 4B CF

RGB Percentages of Color #134bcf

%6.31
%24.92
%68.77

CMYK Percentages of Color #134bcf

%91
%64
%0
%19

Triadic Colors of #134bcf

#134bcf #cf134b #4bcf13

Analogous Colors of #134bcf

#134bcf #3913cf #13a9cf

Monochromatic Colors of #134bcf

#134bcf

Complementary Color

#134bcf #cf9713

#134bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#134bcf Color CSS Codes

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

#134bcf Text Font Color

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

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


#134bcf Background Color

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

This div background color is #134bcf


#134bcf Border Color

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

This div border color is #134bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134bcf


Comments

No comments written yet.

Please login to write comment.