Color Hex Logo

#1582cc Color Hex

#1582CC
(21,130,204)
0 Favorites   0 Comments

Color spaces of #1582cc

RGB 21130204
HSL0.570.810.44
HSV204°90°80°
CMYK 0.900.360.00   0.20
XYZ19.191020.484360.0691
Yxy20.48430.19240.2054
Hunter Lab45.2596-3.5166-47.0087
CIE-Lab52.3804-1.4132-46.1341

#1582cc color RGB value is (21,130,204).

#1582cc hex color red value is 21, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1582cc hue: 0.57 , saturation: 0.81 and the lightness value of 1582cc is 0.44.

The process color (four color CMYK) of #1582cc color hex is 0.90, 0.36, 0.00, 0.20. Web safe color of #1582cc is #0099cc. Color #1582cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000010 11001100
Octal 25 202 314
Decimal 21 130 204
Hex 15 82 CC

RGB Percentages of Color #1582cc

%5.92
%36.62
%57.46

CMYK Percentages of Color #1582cc

%90
%36
%0
%20

Triadic Colors of #1582cc

#1582cc #cc1582 #82cc15

Analogous Colors of #1582cc

#1582cc #1527cc #15ccbb

Monochromatic Colors of #1582cc

#1582cc

Complementary Color

#1582cc #cc5f15

#1582cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1582cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1582cc Color CSS Codes

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

#1582cc Text Font Color

<p style="color:#1582cc">Text here</p>

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


#1582cc Background Color

<div style="background-color:#1582cc">
Div content here</div>

This div background color is #1582cc


#1582cc Border Color

<div style="border:3px solid #1582cc">
Div here</div>

This div border color is #1582cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,130,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1582cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1582cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1582cc;
  box-shadow:         1px 1px 3px 2px #1582cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1582cc


Comments

No comments written yet.

Please login to write comment.