Color Hex Logo

#6f213d Color Hex

#6F213D
(111,33,61)
0 Favorites   0 Comments

Color spaces of #6f213d

RGB 1113361
HSL0.940.540.28
HSV338°70°44°
CMYK 0.000.700.45   0.56
XYZ7.94174.80414.9236
Yxy4.80410.44950.2719
Hunter Lab21.918326.31942.0242
CIE-Lab26.169236.82521.4523

#6f213d color RGB value is (111,33,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100001 00111101
Octal 157 41 75
Decimal 111 33 61
Hex 6F 21 3D

RGB Percentages of Color #6f213d

%54.15
%16.10
%29.76

CMYK Percentages of Color #6f213d

%0
%70
%45
%56

Triadic Colors of #6f213d

#6f213d #3d6f21 #213d6f

Analogous Colors of #6f213d

#6f213d #6f2c21 #6f2164

Monochromatic Colors of #6f213d

#6f213d

Complementary Color

#6f213d #216f53

#6f213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f213d Color CSS Codes

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

#6f213d Text Font Color

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

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


#6f213d Background Color

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

This div background color is #6f213d


#6f213d Border Color

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

This div border color is #6f213d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f213d


Comments

No comments written yet.

Please login to write comment.