Color Hex Logo

#0e271b Color Hex

#0E271B
(14,39,27)
0 Favorites   0 Comments

Color spaces of #0e271b

RGB 143927
HSL0.420.470.10
HSV151°64°15°
CMYK 0.640.000.31   0.85
XYZ1.10451.62351.2921
Yxy1.62350.27470.4038
Hunter Lab12.7417-6.82482.9067
CIE-Lab13.3726-13.35405.0238

#0e271b color RGB value is (14,39,27).

#0e271b hex color red value is 14, green value is 39 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #0e271b hue: 0.42 , saturation: 0.47 and the lightness value of 0e271b is 0.10.

The process color (four color CMYK) of #0e271b color hex is 0.64, 0.00, 0.31, 0.85. Web safe color of #0e271b is #003333. Color #0e271b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100111 00011011
Octal 16 47 33
Decimal 14 39 27
Hex E 27 1B

RGB Percentages of Color #0e271b

%17.50
%48.75
%33.75

CMYK Percentages of Color #0e271b

%64
%0
%31
%85

Triadic Colors of #0e271b

#0e271b #1b0e27 #271b0e

Analogous Colors of #0e271b

#0e271b #0e2727 #0e270f

Monochromatic Colors of #0e271b

#0e271b

Complementary Color

#0e271b #270e1a

#0e271b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e271b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e271b Color CSS Codes

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

#0e271b Text Font Color

<p style="color:#0e271b">Text here</p>

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


#0e271b Background Color

<div style="background-color:#0e271b">
Div content here</div>

This div background color is #0e271b


#0e271b Border Color

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

This div border color is #0e271b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,39,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e271b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e271b;
  -webkit-box-shadow: 1px 1px 3px 2px #0e271b;
  box-shadow:         1px 1px 3px 2px #0e271b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,39,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e271b


Comments

No comments written yet.

Please login to write comment.