Color Hex Logo

#6f213e Color Hex

#6F213E
(111,33,62)
0 Favorites   0 Comments

Color spaces of #6f213e

RGB 1113362
HSL0.940.540.28
HSV338°70°44°
CMYK 0.000.700.44   0.56
XYZ7.96894.81505.0668
Yxy4.81500.44640.2697
Hunter Lab21.943126.42401.6697
CIE-Lab26.201136.93720.8231

#6f213e color RGB value is (111,33,62).

#6f213e hex color red value is 111, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6f213e hue: 0.94 , saturation: 0.54 and the lightness value of 6f213e is 0.28.

The process color (four color CMYK) of #6f213e color hex is 0.00, 0.70, 0.44, 0.56. Web safe color of #6f213e is #663333. Color #6f213e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100001 00111110
Octal 157 41 76
Decimal 111 33 62
Hex 6F 21 3E

RGB Percentages of Color #6f213e

%53.88
%16.02
%30.10

CMYK Percentages of Color #6f213e

%0
%70
%44
%56

Triadic Colors of #6f213e

#6f213e #3e6f21 #213e6f

Analogous Colors of #6f213e

#6f213e #6f2b21 #6f2165

Monochromatic Colors of #6f213e

#6f213e

Complementary Color

#6f213e #216f52

#6f213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f213e Color CSS Codes

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

#6f213e Text Font Color

<p style="color:#6f213e">Text here</p>

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


#6f213e Background Color

<div style="background-color:#6f213e">
Div content here</div>

This div background color is #6f213e


#6f213e Border Color

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

This div border color is #6f213e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,33,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f213e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f213e;
  -webkit-box-shadow: 1px 1px 3px 2px #6f213e;
  box-shadow:         1px 1px 3px 2px #6f213e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,33,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f213e


Comments

No comments written yet.

Please login to write comment.