Color Hex Logo

#c7349e Color Hex

#C7349E
(199,52,158)
0 Favorites   0 Comments

Color spaces of #c7349e

RGB 19952158
HSL0.880.590.49
HSV317°74°78°
CMYK 0.000.740.21   0.22
XYZ30.952717.066734.0106
Yxy17.06670.37730.2081
Hunter Lab41.311961.4444-19.8931
CIE-Lab48.344066.6539-24.7626

#c7349e color RGB value is (199,52,158).

#c7349e hex color red value is 199, green value is 52 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c7349e hue: 0.88 , saturation: 0.59 and the lightness value of c7349e is 0.49.

The process color (four color CMYK) of #c7349e color hex is 0.00, 0.74, 0.21, 0.22. Web safe color of #c7349e is #cc3399. Color #c7349e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110100 10011110
Octal 307 64 236
Decimal 199 52 158
Hex C7 34 9E

RGB Percentages of Color #c7349e

%48.66
%12.71
%38.63

CMYK Percentages of Color #c7349e

%0
%74
%21
%22

Triadic Colors of #c7349e

#c7349e #9ec734 #349ec7

Analogous Colors of #c7349e

#c7349e #c73455 #a734c7

Monochromatic Colors of #c7349e

#c7349e

Complementary Color

#c7349e #34c75d

#c7349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7349e Color CSS Codes

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

#c7349e Text Font Color

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

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


#c7349e Background Color

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

This div background color is #c7349e


#c7349e Border Color

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

This div border color is #c7349e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7349e


Comments

No comments written yet.

Please login to write comment.