Color Hex Logo

#1c587b Color Hex

#1C587B
(28,88,123)
0 Favorites   0 Comments

Color spaces of #1c587b

RGB 2888123
HSL0.560.630.30
HSV202°77°48°
CMYK 0.770.280.00   0.52
XYZ7.54388.656420.0121
Yxy8.65640.20830.2390
Hunter Lab29.4218-5.7203-19.7327
CIE-Lab35.3141-6.3060-25.2397

#1c587b color RGB value is (28,88,123).

#1c587b hex color red value is 28, green value is 88 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #1c587b hue: 0.56 , saturation: 0.63 and the lightness value of 1c587b is 0.30.

The process color (four color CMYK) of #1c587b color hex is 0.77, 0.28, 0.00, 0.52. Web safe color of #1c587b is #336666. Color #1c587b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01011000 01111011
Octal 34 130 173
Decimal 28 88 123
Hex 1C 58 7B

RGB Percentages of Color #1c587b

%11.72
%36.82
%51.46

CMYK Percentages of Color #1c587b

%77
%28
%0
%52

Triadic Colors of #1c587b

#1c587b #7b1c58 #587b1c

Analogous Colors of #1c587b

#1c587b #1c297b #1c7b6f

Monochromatic Colors of #1c587b

#1c587b

Complementary Color

#1c587b #7b3f1c

#1c587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c587b Color CSS Codes

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

#1c587b Text Font Color

<p style="color:#1c587b">Text here</p>

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


#1c587b Background Color

<div style="background-color:#1c587b">
Div content here</div>

This div background color is #1c587b


#1c587b Border Color

<div style="border:3px solid #1c587b">
Div here</div>

This div border color is #1c587b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,88,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c587b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c587b;
  -webkit-box-shadow: 1px 1px 3px 2px #1c587b;
  box-shadow:         1px 1px 3px 2px #1c587b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,88,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c587b


Comments

No comments written yet.

Please login to write comment.