Color Hex Logo

#c7357e Color Hex

#C7357E
(199,53,126)
0 Favorites   0 Comments

Color spaces of #c7357e

RGB 19953126
HSL0.920.580.49
HSV330°73°78°
CMYK 0.000.730.37   0.22
XYZ28.592216.194721.3576
Yxy16.19470.43230.2448
Hunter Lab40.242656.3988-3.2966
CIE-Lab47.228962.4834-7.1904

#c7357e color RGB value is (199,53,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110101 01111110
Octal 307 65 176
Decimal 199 53 126
Hex C7 35 7E

RGB Percentages of Color #c7357e

%52.65
%14.02
%33.33

CMYK Percentages of Color #c7357e

%0
%73
%37
%22

Triadic Colors of #c7357e

#c7357e #7ec735 #357ec7

Analogous Colors of #c7357e

#c7357e #c73535 #c735c7

Monochromatic Colors of #c7357e

#c7357e

Complementary Color

#c7357e #35c77e

#c7357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7357e Color CSS Codes

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

#c7357e Text Font Color

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

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


#c7357e Background Color

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

This div background color is #c7357e


#c7357e Border Color

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

This div border color is #c7357e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,53,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 #c7357e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7357e


Comments

No comments written yet.

Please login to write comment.