Color Hex Logo

#6c2368 Color Hex

#6C2368
(108,35,104)
0 Favorites   0 Comments

Color spaces of #6c2368

RGB 10835104
HSL0.840.510.28
HSV303°68°42°
CMYK 0.000.680.04   0.58
XYZ9.28415.389713.6477
Yxy5.38970.32780.1903
Hunter Lab23.215730.7556-18.6035
CIE-Lab27.817441.4020-24.5442

#6c2368 color RGB value is (108,35,104).

#6c2368 hex color red value is 108, green value is 35 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #6c2368 hue: 0.84 , saturation: 0.51 and the lightness value of 6c2368 is 0.28.

The process color (four color CMYK) of #6c2368 color hex is 0.00, 0.68, 0.04, 0.58. Web safe color of #6c2368 is #663366. Color #6c2368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00100011 01101000
Octal 154 43 150
Decimal 108 35 104
Hex 6C 23 68

RGB Percentages of Color #6c2368

%43.72
%14.17
%42.11

CMYK Percentages of Color #6c2368

%0
%68
%4
%58

Triadic Colors of #6c2368

#6c2368 #686c23 #23686c

Analogous Colors of #6c2368

#6c2368 #6c2344 #4c236c

Monochromatic Colors of #6c2368

#6c2368

Complementary Color

#6c2368 #236c27

#6c2368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c2368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c2368 Color CSS Codes

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

#6c2368 Text Font Color

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

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


#6c2368 Background Color

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

This div background color is #6c2368


#6c2368 Border Color

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

This div border color is #6c2368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c2368


Comments

No comments written yet.

Please login to write comment.