Color Hex Logo

#c6347e Color Hex

#C6347E
(198,52,126)
0 Favorites   0 Comments

Color spaces of #c6347e

RGB 19852126
HSL0.920.580.49
HSV330°74°78°
CMYK 0.000.740.36   0.22
XYZ28.282615.968121.3302
Yxy15.96810.43130.2435
Hunter Lab39.960156.4069-3.6762
CIE-Lab46.932662.5469-7.6515

#c6347e color RGB value is (198,52,126).

#c6347e hex color red value is 198, green value is 52 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c6347e hue: 0.92 , saturation: 0.58 and the lightness value of c6347e is 0.49.

The process color (four color CMYK) of #c6347e color hex is 0.00, 0.74, 0.36, 0.22. Web safe color of #c6347e is #cc3366. Color #c6347e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110100 01111110
Octal 306 64 176
Decimal 198 52 126
Hex C6 34 7E

RGB Percentages of Color #c6347e

%52.66
%13.83
%33.51

CMYK Percentages of Color #c6347e

%0
%74
%36
%22

Triadic Colors of #c6347e

#c6347e #7ec634 #347ec6

Analogous Colors of #c6347e

#c6347e #c63435 #c534c6

Monochromatic Colors of #c6347e

#c6347e

Complementary Color

#c6347e #34c67c

#c6347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6347e Color CSS Codes

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

#c6347e Text Font Color

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

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


#c6347e Background Color

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

This div background color is #c6347e


#c6347e Border Color

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

This div border color is #c6347e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,52,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6347e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6347e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6347e;
  box-shadow:         1px 1px 3px 2px #c6347e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,52,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6347e


Comments

No comments written yet.

Please login to write comment.