Color Hex Logo

#2c3cae Color Hex

#2C3CAE
(44,60,174)
0 Favorites   0 Comments

Color spaces of #2c3cae

RGB 4460174
HSL0.650.600.43
HSV233°75°68°
CMYK 0.750.660.00   0.32
XYZ10.29456.823240.8188
Yxy6.82320.17770.1178
Hunter Lab26.121324.6354-74.3656
CIE-Lab31.401034.0229-62.4846

#2c3cae color RGB value is (44,60,174).

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

The process color (four color CMYK) of #2c3cae color hex is 0.75, 0.66, 0.00, 0.32. Web safe color of #2c3cae is #333399. Color #2c3cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 00111100 10101110
Octal 54 74 256
Decimal 44 60 174
Hex 2C 3C AE

RGB Percentages of Color #2c3cae

%15.83
%21.58
%62.59

CMYK Percentages of Color #2c3cae

%75
%66
%0
%32

Triadic Colors of #2c3cae

#2c3cae #ae2c3c #3cae2c

Analogous Colors of #2c3cae

#2c3cae #5d2cae #2c7dae

Monochromatic Colors of #2c3cae

#2c3cae

Complementary Color

#2c3cae #ae9e2c

#2c3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c3cae Color CSS Codes

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

#2c3cae Text Font Color

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

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


#2c3cae Background Color

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

This div background color is #2c3cae


#2c3cae Border Color

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

This div border color is #2c3cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c3cae


Comments

No comments written yet.

Please login to write comment.