Color Hex Logo

#6c2453 Color Hex

#6C2453
(108,36,83)
0 Favorites   0 Comments

Color spaces of #6c2453

RGB 1083683
HSL0.890.500.28
HSV321°67°42°
CMYK 0.000.670.23   0.58
XYZ8.37665.07448.7216
Yxy5.07440.37780.2289
Hunter Lab22.526426.9551-7.1869
CIE-Lab26.945737.3977-12.1692

#6c2453 color RGB value is (108,36,83).

#6c2453 hex color red value is 108, green value is 36 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #6c2453 hue: 0.89 , saturation: 0.50 and the lightness value of 6c2453 is 0.28.

The process color (four color CMYK) of #6c2453 color hex is 0.00, 0.67, 0.23, 0.58. Web safe color of #6c2453 is #663366. Color #6c2453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00100100 01010011
Octal 154 44 123
Decimal 108 36 83
Hex 6C 24 53

RGB Percentages of Color #6c2453

%47.58
%15.86
%36.56

CMYK Percentages of Color #6c2453

%0
%67
%23
%58

Triadic Colors of #6c2453

#6c2453 #536c24 #24536c

Analogous Colors of #6c2453

#6c2453 #6c242f #61246c

Monochromatic Colors of #6c2453

#6c2453

Complementary Color

#6c2453 #246c3d

#6c2453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c2453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c2453 Color CSS Codes

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

#6c2453 Text Font Color

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

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


#6c2453 Background Color

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

This div background color is #6c2453


#6c2453 Border Color

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

This div border color is #6c2453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c2453


Comments

No comments written yet.

Please login to write comment.