Color Hex Logo

#133ded Color Hex

#133DED
(19,61,237)
0 Favorites   0 Comments

Color spaces of #133ded

RGB 1961237
HSL0.630.860.50
HSV228°92°93°
CMYK 0.920.740.00   0.07
XYZ17.22349.590481.0641
Yxy9.59040.15970.0889
Hunter Lab30.968445.0801-133.5221
CIE-Lab37.097054.0751-89.7207

#133ded color RGB value is (19,61,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111101 11101101
Octal 23 75 355
Decimal 19 61 237
Hex 13 3D ED

RGB Percentages of Color #133ded

%5.99
%19.24
%74.76

CMYK Percentages of Color #133ded

%92
%74
%0
%7

Triadic Colors of #133ded

#133ded #ed133d #3ded13

Analogous Colors of #133ded

#133ded #5613ed #13aaed

Monochromatic Colors of #133ded

#133ded

Complementary Color

#133ded #edc313

#133ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#133ded Color CSS Codes

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

#133ded Text Font Color

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

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


#133ded Background Color

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

This div background color is #133ded


#133ded Border Color

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

This div border color is #133ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133ded


Comments

No comments written yet.

Please login to write comment.