Color Hex Logo

#131ede Color Hex

#131EDE
(19,30,222)
0 Favorites   0 Comments

Color spaces of #131ede

RGB 1930222
HSL0.660.840.47
HSV237°91°87°
CMYK 0.910.860.00   0.13
XYZ13.91766.340969.5976
Yxy6.34090.15490.0706
Hunter Lab25.181154.5898-146.2435
CIE-Lab30.256764.1568-92.5296

#131ede color RGB value is (19,30,222).

#131ede hex color red value is 19, green value is 30 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #131ede hue: 0.66 , saturation: 0.84 and the lightness value of 131ede is 0.47.

The process color (four color CMYK) of #131ede color hex is 0.91, 0.86, 0.00, 0.13. Web safe color of #131ede is #0033cc. Color #131ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 11011110
Octal 23 36 336
Decimal 19 30 222
Hex 13 1E DE

RGB Percentages of Color #131ede

%7.01
%11.07
%81.92

CMYK Percentages of Color #131ede

%91
%86
%0
%13

Triadic Colors of #131ede

#131ede #de131e #1ede13

Analogous Colors of #131ede

#131ede #6e13de #1384de

Monochromatic Colors of #131ede

#131ede

Complementary Color

#131ede #ded313

#131ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#131ede Color CSS Codes

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

#131ede Text Font Color

<p style="color:#131ede">Text here</p>

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


#131ede Background Color

<div style="background-color:#131ede">
Div content here</div>

This div background color is #131ede


#131ede Border Color

<div style="border:3px solid #131ede">
Div here</div>

This div border color is #131ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,30,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131ede;
  -webkit-box-shadow: 1px 1px 3px 2px #131ede;
  box-shadow:         1px 1px 3px 2px #131ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131ede


Comments

No comments written yet.

Please login to write comment.