Color Hex Logo

#133ece Color Hex

#133ECE
(19,62,206)
0 Favorites   0 Comments

Color spaces of #133ece

RGB 1962206
HSL0.630.830.44
HSV226°91°81°
CMYK 0.910.700.00   0.19
XYZ13.13188.039959.2523
Yxy8.03990.16330.1000
Hunter Lab28.354733.0472-104.0489
CIE-Lab34.065842.6819-76.9641

#133ece color RGB value is (19,62,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111110 11001110
Octal 23 76 316
Decimal 19 62 206
Hex 13 3E CE

RGB Percentages of Color #133ece

%6.62
%21.60
%71.78

CMYK Percentages of Color #133ece

%91
%70
%0
%19

Triadic Colors of #133ece

#133ece #ce133e #3ece13

Analogous Colors of #133ece

#133ece #4513ce #139cce

Monochromatic Colors of #133ece

#133ece

Complementary Color

#133ece #cea313

#133ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#133ece Color CSS Codes

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

#133ece Text Font Color

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

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


#133ece Background Color

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

This div background color is #133ece


#133ece Border Color

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

This div border color is #133ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133ece


Comments

No comments written yet.

Please login to write comment.