Color Hex Logo

#2c063c Color Hex

#2C063C
(44,6,60)
0 Favorites   0 Comments

Color spaces of #2c063c

RGB 44660
HSL0.780.820.13
HSV282°90°24°
CMYK 0.270.900.00   0.76
XYZ1.91940.99204.3653
Yxy0.99200.26380.1363
Hunter Lab9.959916.9693-19.0141
CIE-Lab8.924628.7251-25.4778

#2c063c color RGB value is (44,6,60).

#2c063c hex color red value is 44, green value is 6 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #2c063c hue: 0.78 , saturation: 0.82 and the lightness value of 2c063c is 0.13.

The process color (four color CMYK) of #2c063c color hex is 0.27, 0.90, 0.00, 0.76. Web safe color of #2c063c is #330033. Color #2c063c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 00000110 00111100
Octal 54 6 74
Decimal 44 6 60
Hex 2C 6 3C

RGB Percentages of Color #2c063c

%40.00
%5.45
%54.55

CMYK Percentages of Color #2c063c

%27
%90
%0
%76

Triadic Colors of #2c063c

#2c063c #3c2c06 #063c2c

Analogous Colors of #2c063c

#2c063c #3c0631 #11063c

Monochromatic Colors of #2c063c

#2c063c

Complementary Color

#2c063c #163c06

#2c063c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c063c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c063c Color CSS Codes

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

#2c063c Text Font Color

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

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


#2c063c Background Color

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

This div background color is #2c063c


#2c063c Border Color

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

This div border color is #2c063c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c063c


Comments

No comments written yet.

Please login to write comment.