Color Hex Logo

#c77094 Color Hex

#C77094
(199,112,148)
0 Favorites   0 Comments

Color spaces of #c77094

RGB 199112148
HSL0.930.440.61
HSV335°44°78°
CMYK 0.000.440.26   0.22
XYZ34.692725.868631.1816
Yxy25.86860.37820.2820
Hunter Lab50.861232.7488-0.7462
CIE-Lab57.912138.7436-4.3939

#c77094 color RGB value is (199,112,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110000 10010100
Octal 307 160 224
Decimal 199 112 148
Hex C7 70 94

RGB Percentages of Color #c77094

%43.36
%24.40
%32.24

CMYK Percentages of Color #c77094

%0
%44
%26
%22

Triadic Colors of #c77094

#c77094 #94c770 #7094c7

Analogous Colors of #c77094

#c77094 #c77870 #c770c0

Monochromatic Colors of #c77094

#c77094

Complementary Color

#c77094 #70c7a3

#c77094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77094 Color CSS Codes

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

#c77094 Text Font Color

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

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


#c77094 Background Color

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

This div background color is #c77094


#c77094 Border Color

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

This div border color is #c77094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77094


Comments

No comments written yet.

Please login to write comment.