Color Hex Logo

#131cee Color Hex

#131CEE
(19,28,238)
0 Favorites   0 Comments

Color spaces of #131cee

RGB 1928238
HSL0.660.870.50
HSV238°92°93°
CMYK 0.920.880.00   0.07
XYZ16.11647.142081.4180
Yxy7.14200.15400.0682
Hunter Lab26.724560.8777-161.9237
CIE-Lab32.128069.2967-98.5514

#131cee color RGB value is (19,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011100 11101110
Octal 23 34 356
Decimal 19 28 238
Hex 13 1C EE

RGB Percentages of Color #131cee

%6.67
%9.82
%83.51

CMYK Percentages of Color #131cee

%92
%88
%0
%7

Triadic Colors of #131cee

#131cee #ee131c #1cee13

Analogous Colors of #131cee

#131cee #7813ee #138aee

Monochromatic Colors of #131cee

#131cee

Complementary Color

#131cee #eee513

#131cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#131cee Color CSS Codes

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

#131cee Text Font Color

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

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


#131cee Background Color

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

This div background color is #131cee


#131cee Border Color

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

This div border color is #131cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,28,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 #131cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131cee


Comments

No comments written yet.

Please login to write comment.