Color Hex Logo

#2c5890 Color Hex

#2C5890
(44,88,144)
0 Favorites   0 Comments

Color spaces of #2c5890

RGB 4488144
HSL0.590.530.37
HSV214°69°56°
CMYK 0.690.390.00   0.44
XYZ9.56259.528527.7208
Yxy9.52850.20430.2035
Hunter Lab30.86831.2770-31.6367
CIE-Lab36.98254.1759-35.4097

#2c5890 color RGB value is (44,88,144).

#2c5890 hex color red value is 44, green value is 88 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #2c5890 hue: 0.59 , saturation: 0.53 and the lightness value of 2c5890 is 0.37.

The process color (four color CMYK) of #2c5890 color hex is 0.69, 0.39, 0.00, 0.44. Web safe color of #2c5890 is #336699. Color #2c5890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01011000 10010000
Octal 54 130 220
Decimal 44 88 144
Hex 2C 58 90

RGB Percentages of Color #2c5890

%15.94
%31.88
%52.17

CMYK Percentages of Color #2c5890

%69
%39
%0
%44

Triadic Colors of #2c5890

#2c5890 #902c58 #58902c

Analogous Colors of #2c5890

#2c5890 #322c90 #2c8a90

Monochromatic Colors of #2c5890

#2c5890

Complementary Color

#2c5890 #90642c

#2c5890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c5890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c5890 Color CSS Codes

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

#2c5890 Text Font Color

<p style="color:#2c5890">Text here</p>

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


#2c5890 Background Color

<div style="background-color:#2c5890">
Div content here</div>

This div background color is #2c5890


#2c5890 Border Color

<div style="border:3px solid #2c5890">
Div here</div>

This div border color is #2c5890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c5890


Comments

No comments written yet.

Please login to write comment.