Color Hex Logo

#1590ec Color Hex

#1590EC
(21,144,236)
0 Favorites   0 Comments

Color spaces of #1590ec

RGB 21144236
HSL0.570.850.50
HSV206°91°93°
CMYK 0.910.390.00   0.07
XYZ25.422826.162183.0667
Yxy26.16210.18880.1943
Hunter Lab51.1489-0.7898-60.4838
CIE-Lab58.19062.3680-54.8330

#1590ec color RGB value is (21,144,236).

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

The process color (four color CMYK) of #1590ec color hex is 0.91, 0.39, 0.00, 0.07. Web safe color of #1590ec is #0099ff. Color #1590ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10010000 11101100
Octal 25 220 354
Decimal 21 144 236
Hex 15 90 EC

RGB Percentages of Color #1590ec

%5.24
%35.91
%58.85

CMYK Percentages of Color #1590ec

%91
%39
%0
%7

Triadic Colors of #1590ec

#1590ec #ec1590 #90ec15

Analogous Colors of #1590ec

#1590ec #1525ec #15ecdd

Monochromatic Colors of #1590ec

#1590ec

Complementary Color

#1590ec #ec7115

#1590ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1590ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1590ec Color CSS Codes

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

#1590ec Text Font Color

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

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


#1590ec Background Color

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

This div background color is #1590ec


#1590ec Border Color

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

This div border color is #1590ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,144,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 #1590ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1590ec


Comments

No comments written yet.

Please login to write comment.