Color Hex Logo

#3c093f Color Hex

#3C093F
(60,9,63)
0 Favorites   0 Comments

Color spaces of #3c093f

RGB 60963
HSL0.820.750.14
HSV297°86°25°
CMYK 0.050.860.00   0.75
XYZ2.85841.51494.8444
Yxy1.51490.31010.1643
Hunter Lab12.308119.9150-14.7205
CIE-Lab12.702531.7709-21.3820

#3c093f color RGB value is (60,9,63).

#3c093f hex color red value is 60, green value is 9 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3c093f hue: 0.82 , saturation: 0.75 and the lightness value of 3c093f is 0.14.

The process color (four color CMYK) of #3c093f color hex is 0.05, 0.86, 0.00, 0.75. Web safe color of #3c093f is #330033. Color #3c093f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00001001 00111111
Octal 74 11 77
Decimal 60 9 63
Hex 3C 9 3F

RGB Percentages of Color #3c093f

%45.45
%6.82
%47.73

CMYK Percentages of Color #3c093f

%5
%86
%0
%75

Triadic Colors of #3c093f

#3c093f #3f3c09 #093f3c

Analogous Colors of #3c093f

#3c093f #3f0927 #21093f

Monochromatic Colors of #3c093f

#3c093f

Complementary Color

#3c093f #0c3f09

#3c093f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c093f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c093f Color CSS Codes

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

#3c093f Text Font Color

<p style="color:#3c093f">Text here</p>

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


#3c093f Background Color

<div style="background-color:#3c093f">
Div content here</div>

This div background color is #3c093f


#3c093f Border Color

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

This div border color is #3c093f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c093f


Comments

No comments written yet.

Please login to write comment.