Color Hex Logo

#1c628d Color Hex

#1C628D
(28,98,141)
0 Favorites   0 Comments

Color spaces of #1c628d

RGB 2898141
HSL0.560.670.33
HSV203°80°55°
CMYK 0.800.300.00   0.45
XYZ9.654310.905326.7954
Yxy10.90530.20390.2303
Hunter Lab33.0232-5.6062-24.9924
CIE-Lab39.4205-5.5908-29.7798

#1c628d color RGB value is (28,98,141).

#1c628d hex color red value is 28, green value is 98 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #1c628d hue: 0.56 , saturation: 0.67 and the lightness value of 1c628d is 0.33.

The process color (four color CMYK) of #1c628d color hex is 0.80, 0.30, 0.00, 0.45. Web safe color of #1c628d is #336699. Color #1c628d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01100010 10001101
Octal 34 142 215
Decimal 28 98 141
Hex 1C 62 8D

RGB Percentages of Color #1c628d

%10.49
%36.70
%52.81

CMYK Percentages of Color #1c628d

%80
%30
%0
%45

Triadic Colors of #1c628d

#1c628d #8d1c62 #628d1c

Analogous Colors of #1c628d

#1c628d #1c2a8d #1c8d80

Monochromatic Colors of #1c628d

#1c628d

Complementary Color

#1c628d #8d471c

#1c628d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c628d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c628d Color CSS Codes

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

#1c628d Text Font Color

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

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


#1c628d Background Color

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

This div background color is #1c628d


#1c628d Border Color

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

This div border color is #1c628d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c628d


Comments

No comments written yet.

Please login to write comment.