Color Hex Logo

#c6357f Color Hex

#C6357F
(198,53,127)
0 Favorites   0 Comments

Color spaces of #c6357f

RGB 19853127
HSL0.910.580.49
HSV329°73°78°
CMYK 0.000.730.36   0.22
XYZ28.392616.084321.6868
Yxy16.08430.42910.2431
Hunter Lab40.105256.1853-3.9872
CIE-Lab47.084962.3227-8.0327

#c6357f color RGB value is (198,53,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110101 01111111
Octal 306 65 177
Decimal 198 53 127
Hex C6 35 7F

RGB Percentages of Color #c6357f

%52.38
%14.02
%33.60

CMYK Percentages of Color #c6357f

%0
%73
%36
%22

Triadic Colors of #c6357f

#c6357f #7fc635 #357fc6

Analogous Colors of #c6357f

#c6357f #c63536 #c535c6

Monochromatic Colors of #c6357f

#c6357f

Complementary Color

#c6357f #35c67c

#c6357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6357f Color CSS Codes

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

#c6357f Text Font Color

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

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


#c6357f Background Color

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

This div background color is #c6357f


#c6357f Border Color

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

This div border color is #c6357f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6357f


Comments

No comments written yet.

Please login to write comment.