Color Hex Logo

#2c093b Color Hex

#2C093B
(44,9,59)
0 Favorites   0 Comments

Color spaces of #2c093b

RGB 44959
HSL0.780.740.13
HSV282°85°23°
CMYK 0.250.850.00   0.77
XYZ1.92581.04664.2382
Yxy1.04660.26710.1451
Hunter Lab10.230315.6984-17.4013
CIE-Lab9.373826.9403-24.0325

#2c093b color RGB value is (44,9,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 00001001 00111011
Octal 54 11 73
Decimal 44 9 59
Hex 2C 9 3B

RGB Percentages of Color #2c093b

%39.29
%8.04
%52.68

CMYK Percentages of Color #2c093b

%25
%85
%0
%77

Triadic Colors of #2c093b

#2c093b #3b2c09 #093b2c

Analogous Colors of #2c093b

#2c093b #3b0931 #13093b

Monochromatic Colors of #2c093b

#2c093b

Complementary Color

#2c093b #183b09

#2c093b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c093b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c093b Color CSS Codes

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

#2c093b Text Font Color

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

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


#2c093b Background Color

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

This div background color is #2c093b


#2c093b Border Color

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

This div border color is #2c093b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,9,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 #2c093b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c093b


Comments

No comments written yet.

Please login to write comment.