Color Hex Logo

#2c073f Color Hex

#2C073F
(44,7,63)
0 Favorites   0 Comments

Color spaces of #2c073f

RGB 44763
HSL0.780.800.14
HSV280°89°25°
CMYK 0.300.890.00   0.75
XYZ2.01191.04634.7985
Yxy1.04630.25610.1332
Hunter Lab10.228917.2083-20.6535
CIE-Lab9.371328.9526-26.9008

#2c073f color RGB value is (44,7,63).

#2c073f hex color red value is 44, green value is 7 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2c073f hue: 0.78 , saturation: 0.80 and the lightness value of 2c073f is 0.14.

The process color (four color CMYK) of #2c073f color hex is 0.30, 0.89, 0.00, 0.75. Web safe color of #2c073f is #330033. Color #2c073f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 00000111 00111111
Octal 54 7 77
Decimal 44 7 63
Hex 2C 7 3F

RGB Percentages of Color #2c073f

%38.60
%6.14
%55.26

CMYK Percentages of Color #2c073f

%30
%89
%0
%75

Triadic Colors of #2c073f

#2c073f #3f2c07 #073f2c

Analogous Colors of #2c073f

#2c073f #3f0736 #10073f

Monochromatic Colors of #2c073f

#2c073f

Complementary Color

#2c073f #1a3f07

#2c073f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c073f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c073f Color CSS Codes

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

#2c073f Text Font Color

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

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


#2c073f Background Color

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

This div background color is #2c073f


#2c073f Border Color

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

This div border color is #2c073f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c073f


Comments

No comments written yet.

Please login to write comment.