Color Hex Logo

#133eee Color Hex

#133EEE
(19,62,238)
0 Favorites   0 Comments

Color spaces of #133eee

RGB 1962238
HSL0.630.870.50
HSV228°92°93°
CMYK 0.920.740.00   0.07
XYZ17.42389.756781.8538
Yxy9.75670.15980.0895
Hunter Lab31.235744.9078-133.5056
CIE-Lab37.402253.8530-89.7813

#133eee color RGB value is (19,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111110 11101110
Octal 23 76 356
Decimal 19 62 238
Hex 13 3E EE

RGB Percentages of Color #133eee

%5.96
%19.44
%74.61

CMYK Percentages of Color #133eee

%92
%74
%0
%7

Triadic Colors of #133eee

#133eee #ee133e #3eee13

Analogous Colors of #133eee

#133eee #5513ee #13acee

Monochromatic Colors of #133eee

#133eee

Complementary Color

#133eee #eec313

#133eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#133eee Color CSS Codes

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

#133eee Text Font Color

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

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


#133eee Background Color

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

This div background color is #133eee


#133eee Border Color

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

This div border color is #133eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133eee


Comments

No comments written yet.

Please login to write comment.