Color Hex Logo

#1353de Color Hex

#1353DE
(19,83,222)
0 Favorites   0 Comments

Color spaces of #1353de

RGB 1983222
HSL0.610.840.47
HSV221°91°87°
CMYK 0.910.630.00   0.13
XYZ16.546611.598970.4739
Yxy11.59890.16780.1176
Hunter Lab34.057227.1238-98.8478
CIE-Lab40.571435.3436-75.4657

#1353de color RGB value is (19,83,222).

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

The process color (four color CMYK) of #1353de color hex is 0.91, 0.63, 0.00, 0.13. Web safe color of #1353de is #0066cc. Color #1353de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 11011110
Octal 23 123 336
Decimal 19 83 222
Hex 13 53 DE

RGB Percentages of Color #1353de

%5.86
%25.62
%68.52

CMYK Percentages of Color #1353de

%91
%63
%0
%13

Triadic Colors of #1353de

#1353de #de1353 #53de13

Analogous Colors of #1353de

#1353de #3913de #13b9de

Monochromatic Colors of #1353de

#1353de

Complementary Color

#1353de #de9e13

#1353de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1353de Color Preview on White Background

Lorem ipsum dolor sit amet.

#1353de Color CSS Codes

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

#1353de Text Font Color

<p style="color:#1353de">Text here</p>

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


#1353de Background Color

<div style="background-color:#1353de">
Div content here</div>

This div background color is #1353de


#1353de Border Color

<div style="border:3px solid #1353de">
Div here</div>

This div border color is #1353de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1353de


Comments

No comments written yet.

Please login to write comment.