Color Hex Logo

#6c275c Color Hex

#6C275C
(108,39,92)
0 Favorites   0 Comments

Color spaces of #6c275c

RGB 1083992
HSL0.870.470.29
HSV314°64°42°
CMYK 0.000.640.15   0.58
XYZ8.84165.411910.7038
Yxy5.41190.35430.2168
Hunter Lab23.263527.1302-10.9956
CIE-Lab27.877437.4249-16.6537

#6c275c color RGB value is (108,39,92).

#6c275c hex color red value is 108, green value is 39 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #6c275c hue: 0.87 , saturation: 0.47 and the lightness value of 6c275c is 0.29.

The process color (four color CMYK) of #6c275c color hex is 0.00, 0.64, 0.15, 0.58. Web safe color of #6c275c is #663366. Color #6c275c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00100111 01011100
Octal 154 47 134
Decimal 108 39 92
Hex 6C 27 5C

RGB Percentages of Color #6c275c

%45.19
%16.32
%38.49

CMYK Percentages of Color #6c275c

%0
%64
%15
%58

Triadic Colors of #6c275c

#6c275c #5c6c27 #275c6c

Analogous Colors of #6c275c

#6c275c #6c273a #59276c

Monochromatic Colors of #6c275c

#6c275c

Complementary Color

#6c275c #276c37

#6c275c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c275c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c275c Color CSS Codes

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

#6c275c Text Font Color

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

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


#6c275c Background Color

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

This div background color is #6c275c


#6c275c Border Color

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

This div border color is #6c275c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,39,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c275c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c275c;
  -webkit-box-shadow: 1px 1px 3px 2px #6c275c;
  box-shadow:         1px 1px 3px 2px #6c275c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c275c


Comments

No comments written yet.

Please login to write comment.