Color Hex Logo

#1359ec Color Hex

#1359EC
(19,89,236)
0 Favorites   0 Comments

Color spaces of #1359ec

RGB 1989236
HSL0.610.850.50
HSV221°92°93°
CMYK 0.920.620.00   0.07
XYZ18.981313.339380.9312
Yxy13.33930.16760.1178
Hunter Lab36.523028.8526-105.8144
CIE-Lab43.270136.7831-78.9784

#1359ec color RGB value is (19,89,236).

#1359ec hex color red value is 19, green value is 89 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1359ec hue: 0.61 , saturation: 0.85 and the lightness value of 1359ec is 0.50.

The process color (four color CMYK) of #1359ec color hex is 0.92, 0.62, 0.00, 0.07. Web safe color of #1359ec is #0066ff. Color #1359ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 11101100
Octal 23 131 354
Decimal 19 89 236
Hex 13 59 EC

RGB Percentages of Color #1359ec

%5.52
%25.87
%68.60

CMYK Percentages of Color #1359ec

%92
%62
%0
%7

Triadic Colors of #1359ec

#1359ec #ec1359 #59ec13

Analogous Colors of #1359ec

#1359ec #3913ec #13c6ec

Monochromatic Colors of #1359ec

#1359ec

Complementary Color

#1359ec #eca613

#1359ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1359ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1359ec Color CSS Codes

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

#1359ec Text Font Color

<p style="color:#1359ec">Text here</p>

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


#1359ec Background Color

<div style="background-color:#1359ec">
Div content here</div>

This div background color is #1359ec


#1359ec Border Color

<div style="border:3px solid #1359ec">
Div here</div>

This div border color is #1359ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,89,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1359ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1359ec;
  -webkit-box-shadow: 1px 1px 3px 2px #1359ec;
  box-shadow:         1px 1px 3px 2px #1359ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1359ec


Comments

No comments written yet.

Please login to write comment.