Color Hex Logo

#133fda Color Hex

#133FDA
(19,63,218)
0 Favorites   0 Comments

Color spaces of #133fda

RGB 1963218
HSL0.630.840.46
HSV227°91°85°
CMYK 0.910.710.00   0.15
XYZ14.70108.755467.2448
Yxy8.75540.16210.0965
Hunter Lab29.589536.9027-114.0291
CIE-Lab35.509046.3724-81.5102

#133fda color RGB value is (19,63,218).

#133fda hex color red value is 19, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #133fda hue: 0.63 , saturation: 0.84 and the lightness value of 133fda is 0.46.

The process color (four color CMYK) of #133fda color hex is 0.91, 0.71, 0.00, 0.15. Web safe color of #133fda is #0033cc. Color #133fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111111 11011010
Octal 23 77 332
Decimal 19 63 218
Hex 13 3F DA

RGB Percentages of Color #133fda

%6.33
%21.00
%72.67

CMYK Percentages of Color #133fda

%91
%71
%0
%15

Triadic Colors of #133fda

#133fda #da133f #3fda13

Analogous Colors of #133fda

#133fda #4b13da #13a3da

Monochromatic Colors of #133fda

#133fda

Complementary Color

#133fda #daae13

#133fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#133fda Color CSS Codes

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

#133fda Text Font Color

<p style="color:#133fda">Text here</p>

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


#133fda Background Color

<div style="background-color:#133fda">
Div content here</div>

This div background color is #133fda


#133fda Border Color

<div style="border:3px solid #133fda">
Div here</div>

This div border color is #133fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,63,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133fda;
  -webkit-box-shadow: 1px 1px 3px 2px #133fda;
  box-shadow:         1px 1px 3px 2px #133fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133fda


Comments

No comments written yet.

Please login to write comment.