Color Hex Logo

#1338ee Color Hex

#1338EE
(19,56,238)
0 Favorites   0 Comments

Color spaces of #1338ee

RGB 1956238
HSL0.640.870.50
HSV230°92°93°
CMYK 0.920.760.00   0.07
XYZ17.11539.139881.7510
Yxy9.13980.15850.0846
Hunter Lab30.232148.1480-139.1643
CIE-Lab36.252157.1240-91.6881

#1338ee color RGB value is (19,56,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 11101110
Octal 23 70 356
Decimal 19 56 238
Hex 13 38 EE

RGB Percentages of Color #1338ee

%6.07
%17.89
%76.04

CMYK Percentages of Color #1338ee

%92
%76
%0
%7

Triadic Colors of #1338ee

#1338ee #ee1338 #38ee13

Analogous Colors of #1338ee

#1338ee #5b13ee #13a6ee

Monochromatic Colors of #1338ee

#1338ee

Complementary Color

#1338ee #eec913

#1338ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1338ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1338ee Color CSS Codes

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

#1338ee Text Font Color

<p style="color:#1338ee">Text here</p>

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


#1338ee Background Color

<div style="background-color:#1338ee">
Div content here</div>

This div background color is #1338ee


#1338ee Border Color

<div style="border:3px solid #1338ee">
Div here</div>

This div border color is #1338ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1338ee

#1338ee Color Palettes


Comments

No comments written yet.

Please login to write comment.