Color Hex Logo

#2c59af Color Hex

#2C59AF
(44,89,175)
0 Favorites   0 Comments

Color spaces of #2c59af

RGB 4489175
HSL0.610.600.43
HSV219°75°69°
CMYK 0.750.490.00   0.31
XYZ12.348910.775441.9864
Yxy10.77540.18970.1655
Hunter Lab32.82599.7053-52.8575
CIE-Lab39.199615.3113-50.4009

#2c59af color RGB value is (44,89,175).

#2c59af hex color red value is 44, green value is 89 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2c59af hue: 0.61 , saturation: 0.60 and the lightness value of 2c59af is 0.43.

The process color (four color CMYK) of #2c59af color hex is 0.75, 0.49, 0.00, 0.31. Web safe color of #2c59af is #336699. Color #2c59af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01011001 10101111
Octal 54 131 257
Decimal 44 89 175
Hex 2C 59 AF

RGB Percentages of Color #2c59af

%14.29
%28.90
%56.82

CMYK Percentages of Color #2c59af

%75
%49
%0
%31

Triadic Colors of #2c59af

#2c59af #af2c59 #59af2c

Analogous Colors of #2c59af

#2c59af #412caf #2c9baf

Monochromatic Colors of #2c59af

#2c59af

Complementary Color

#2c59af #af822c

#2c59af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c59af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c59af Color CSS Codes

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

#2c59af Text Font Color

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

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


#2c59af Background Color

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

This div background color is #2c59af


#2c59af Border Color

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

This div border color is #2c59af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c59af


Comments

No comments written yet.

Please login to write comment.