Color Hex Logo

#133dfd Color Hex

#133DFD
(19,61,253)
0 Favorites   0 Comments

Color spaces of #133dfd

RGB 1961253
HSL0.640.980.53
HSV229°92°99°
CMYK 0.920.760.00   0.01
XYZ19.666910.567893.9317
Yxy10.56780.15840.0851
Hunter Lab32.508251.1003-148.5616
CIE-Lab38.842859.3435-95.8349

#133dfd color RGB value is (19,61,253).

#133dfd hex color red value is 19, green value is 61 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #133dfd hue: 0.64 , saturation: 0.98 and the lightness value of 133dfd is 0.53.

The process color (four color CMYK) of #133dfd color hex is 0.92, 0.76, 0.00, 0.01. Web safe color of #133dfd is #0033ff. Color #133dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111101 11111101
Octal 23 75 375
Decimal 19 61 253
Hex 13 3D FD

RGB Percentages of Color #133dfd

%5.71
%18.32
%75.98

CMYK Percentages of Color #133dfd

%92
%76
%0
%1

Triadic Colors of #133dfd

#133dfd #fd133d #3dfd13

Analogous Colors of #133dfd

#133dfd #5e13fd #13b2fd

Monochromatic Colors of #133dfd

#133dfd

Complementary Color

#133dfd #fdd313

#133dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#133dfd Color CSS Codes

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

#133dfd Text Font Color

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

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


#133dfd Background Color

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

This div background color is #133dfd


#133dfd Border Color

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

This div border color is #133dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.