Color Hex Logo

#6e1c35 Color Hex

#6E1C35
(110,28,53)
0 Favorites   0 Comments

Color spaces of #6e1c35

RGB 1102853
HSL0.950.590.27
HSV342°75°43°
CMYK 0.000.750.52   0.57
XYZ7.48834.40253.8233
Yxy4.40250.47650.2802
Hunter Lab20.982126.98603.8839
CIE-Lab24.959837.79665.1282

#6e1c35 color RGB value is (110,28,53).

#6e1c35 hex color red value is 110, green value is 28 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #6e1c35 hue: 0.95 , saturation: 0.59 and the lightness value of 6e1c35 is 0.27.

The process color (four color CMYK) of #6e1c35 color hex is 0.00, 0.75, 0.52, 0.57. Web safe color of #6e1c35 is #663333. Color #6e1c35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00011100 00110101
Octal 156 34 65
Decimal 110 28 53
Hex 6E 1C 35

RGB Percentages of Color #6e1c35

%57.59
%14.66
%27.75

CMYK Percentages of Color #6e1c35

%0
%75
%52
%57

Triadic Colors of #6e1c35

#6e1c35 #356e1c #1c356e

Analogous Colors of #6e1c35

#6e1c35 #6e2c1c #6e1c5e

Monochromatic Colors of #6e1c35

#6e1c35

Complementary Color

#6e1c35 #1c6e55

#6e1c35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1c35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1c35 Color CSS Codes

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

#6e1c35 Text Font Color

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

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


#6e1c35 Background Color

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

This div background color is #6e1c35


#6e1c35 Border Color

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

This div border color is #6e1c35


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,28,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e1c35; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e1c35;
  -webkit-box-shadow: 1px 1px 3px 2px #6e1c35;
  box-shadow:         1px 1px 3px 2px #6e1c35; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,28,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1c35


Comments

No comments written yet.

Please login to write comment.