Color Hex Logo

#1589ca Color Hex

#1589CA
(21,137,202)
0 Favorites   0 Comments

Color spaces of #1589ca

RGB 21137202
HSL0.560.810.44
HSV202°90°79°
CMYK 0.900.320.00   0.21
XYZ19.915622.315059.1347
Yxy22.31500.19650.2201
Hunter Lab47.2388-7.4132-41.1536
CIE-Lab54.3596-6.2981-41.8667

#1589ca color RGB value is (21,137,202).

#1589ca hex color red value is 21, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1589ca hue: 0.56 , saturation: 0.81 and the lightness value of 1589ca is 0.44.

The process color (four color CMYK) of #1589ca color hex is 0.90, 0.32, 0.00, 0.21. Web safe color of #1589ca is #0099cc. Color #1589ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001001 11001010
Octal 25 211 312
Decimal 21 137 202
Hex 15 89 CA

RGB Percentages of Color #1589ca

%5.83
%38.06
%56.11

CMYK Percentages of Color #1589ca

%90
%32
%0
%21

Triadic Colors of #1589ca

#1589ca #ca1589 #89ca15

Analogous Colors of #1589ca

#1589ca #152eca #15cab1

Monochromatic Colors of #1589ca

#1589ca

Complementary Color

#1589ca #ca5615

#1589ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1589ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1589ca Color CSS Codes

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

#1589ca Text Font Color

<p style="color:#1589ca">Text here</p>

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


#1589ca Background Color

<div style="background-color:#1589ca">
Div content here</div>

This div background color is #1589ca


#1589ca Border Color

<div style="border:3px solid #1589ca">
Div here</div>

This div border color is #1589ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,137,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1589ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1589ca;
  -webkit-box-shadow: 1px 1px 3px 2px #1589ca;
  box-shadow:         1px 1px 3px 2px #1589ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,137,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1589ca


Comments

No comments written yet.

Please login to write comment.