Color Hex Logo

#133dda Color Hex

#133DDA
(19,61,218)
0 Favorites   0 Comments

Color spaces of #133dda

RGB 1961218
HSL0.630.840.46
HSV227°91°85°
CMYK 0.910.720.00   0.15
XYZ14.59228.537967.2086
Yxy8.53790.16150.0945
Hunter Lab29.219738.0078-115.9200
CIE-Lab35.078947.5625-82.2212

#133dda color RGB value is (19,61,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111101 11011010
Octal 23 75 332
Decimal 19 61 218
Hex 13 3D DA

RGB Percentages of Color #133dda

%6.38
%20.47
%73.15

CMYK Percentages of Color #133dda

%91
%72
%0
%15

Triadic Colors of #133dda

#133dda #da133d #3dda13

Analogous Colors of #133dda

#133dda #4c13da #13a1da

Monochromatic Colors of #133dda

#133dda

Complementary Color

#133dda #dab013

#133dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#133dda Color CSS Codes

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

#133dda Text Font Color

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

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


#133dda Background Color

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

This div background color is #133dda


#133dda Border Color

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

This div border color is #133dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,61,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 #133dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133dda


Comments

No comments written yet.

Please login to write comment.