Color Hex Logo

#c77294 Color Hex

#C77294
(199,114,148)
0 Favorites   0 Comments

Color spaces of #c77294

RGB 199114148
HSL0.930.430.61
HSV336°43°78°
CMYK 0.000.430.26   0.22
XYZ34.915826.314931.2560
Yxy26.31490.37750.2845
Hunter Lab51.298131.7237-0.2169
CIE-Lab58.334837.6863-3.7699

#c77294 color RGB value is (199,114,148).

#c77294 hex color red value is 199, green value is 114 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c77294 hue: 0.93 , saturation: 0.43 and the lightness value of c77294 is 0.61.

The process color (four color CMYK) of #c77294 color hex is 0.00, 0.43, 0.26, 0.22. Web safe color of #c77294 is #cc6699. Color #c77294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110010 10010100
Octal 307 162 224
Decimal 199 114 148
Hex C7 72 94

RGB Percentages of Color #c77294

%43.17
%24.73
%32.10

CMYK Percentages of Color #c77294

%0
%43
%26
%22

Triadic Colors of #c77294

#c77294 #94c772 #7294c7

Analogous Colors of #c77294

#c77294 #c77b72 #c772bf

Monochromatic Colors of #c77294

#c77294

Complementary Color

#c77294 #72c7a5

#c77294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77294 Color CSS Codes

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

#c77294 Text Font Color

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

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


#c77294 Background Color

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

This div background color is #c77294


#c77294 Border Color

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

This div border color is #c77294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77294


Comments

No comments written yet.

Please login to write comment.