Color Hex Logo

#c2739e Color Hex

#C2739E
(194,115,158)
0 Favorites   0 Comments

Color spaces of #c2739e

RGB 194115158
HSL0.910.390.61
HSV327°41°76°
CMYK 0.000.410.19   0.24
XYZ34.550426.199435.5837
Yxy26.19940.35870.2720
Hunter Lab51.185330.9141-5.3883
CIE-Lab58.225836.9022-9.7856

#c2739e color RGB value is (194,115,158).

#c2739e hex color red value is 194, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c2739e hue: 0.91 , saturation: 0.39 and the lightness value of c2739e is 0.61.

The process color (four color CMYK) of #c2739e color hex is 0.00, 0.41, 0.19, 0.24. Web safe color of #c2739e is #cc6699. Color #c2739e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 10011110
Octal 302 163 236
Decimal 194 115 158
Hex C2 73 9E

RGB Percentages of Color #c2739e

%41.54
%24.63
%33.83

CMYK Percentages of Color #c2739e

%0
%41
%19
%24

Triadic Colors of #c2739e

#c2739e #9ec273 #739ec2

Analogous Colors of #c2739e

#c2739e #c27377 #bf73c2

Monochromatic Colors of #c2739e

#c2739e

Complementary Color

#c2739e #73c297

#c2739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2739e Color CSS Codes

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

#c2739e Text Font Color

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

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


#c2739e Background Color

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

This div background color is #c2739e


#c2739e Border Color

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

This div border color is #c2739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2739e


Comments

No comments written yet.

Please login to write comment.