Color Hex Logo

#2c507e Color Hex

#2C507E
(44,80,126)
0 Favorites   0 Comments

Color spaces of #2c507e

RGB 4480126
HSL0.590.480.33
HSV214°65°49°
CMYK 0.650.370.00   0.51
XYZ7.67337.779220.8358
Yxy7.77920.21150.2144
Hunter Lab27.89120.2984-24.7680
CIE-Lab33.51872.6554-29.8744

#2c507e color RGB value is (44,80,126).

#2c507e hex color red value is 44, green value is 80 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #2c507e hue: 0.59 , saturation: 0.48 and the lightness value of 2c507e is 0.33.

The process color (four color CMYK) of #2c507e color hex is 0.65, 0.37, 0.00, 0.51. Web safe color of #2c507e is #336666. Color #2c507e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01010000 01111110
Octal 54 120 176
Decimal 44 80 126
Hex 2C 50 7E

RGB Percentages of Color #2c507e

%17.60
%32.00
%50.40

CMYK Percentages of Color #2c507e

%65
%37
%0
%51

Triadic Colors of #2c507e

#2c507e #7e2c50 #507e2c

Analogous Colors of #2c507e

#2c507e #312c7e #2c797e

Monochromatic Colors of #2c507e

#2c507e

Complementary Color

#2c507e #7e5a2c

#2c507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c507e Color CSS Codes

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

#2c507e Text Font Color

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

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


#2c507e Background Color

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

This div background color is #2c507e


#2c507e Border Color

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

This div border color is #2c507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c507e


Comments

No comments written yet.

Please login to write comment.