Color Hex Logo

#2c013b Color Hex

#2C013B
(44,1,59)
0 Favorites   0 Comments

Color spaces of #2c013b

RGB 44159
HSL0.790.970.12
HSV284°98°23°
CMYK 0.250.980.00   0.77
XYZ1.83900.87294.2092
Yxy0.87290.26570.1261
Hunter Lab9.342918.7847-20.1715
CIE-Lab7.884831.2786-26.4446

#2c013b color RGB value is (44,1,59).

#2c013b hex color red value is 44, green value is 1 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #2c013b hue: 0.79 , saturation: 0.97 and the lightness value of 2c013b is 0.12.

The process color (four color CMYK) of #2c013b color hex is 0.25, 0.98, 0.00, 0.77. Web safe color of #2c013b is #330033. Color #2c013b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 00000001 00111011
Octal 54 1 73
Decimal 44 1 59
Hex 2C 1 3B

RGB Percentages of Color #2c013b

%42.31
%0.96
%56.73

CMYK Percentages of Color #2c013b

%25
%98
%0
%77

Triadic Colors of #2c013b

#2c013b #3b2c01 #013b2c

Analogous Colors of #2c013b

#2c013b #3b012d #0f013b

Monochromatic Colors of #2c013b

#2c013b

Complementary Color

#2c013b #103b01

#2c013b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c013b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c013b Color CSS Codes

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

#2c013b Text Font Color

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

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


#2c013b Background Color

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

This div background color is #2c013b


#2c013b Border Color

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

This div border color is #2c013b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c013b


Comments

No comments written yet.

Please login to write comment.