Color Hex Logo

#c0778d Color Hex

#C0778D
(192,119,141)
0 Favorites   0 Comments

Color spaces of #c0778d

RGB 192119141
HSL0.950.370.61
HSV342°38°75°
CMYK 0.000.380.27   0.25
XYZ33.142826.323228.5334
Yxy26.32320.37660.2991
Hunter Lab51.306125.52192.9408
CIE-Lab58.342631.48570.1912

#c0778d color RGB value is (192,119,141).

#c0778d hex color red value is 192, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c0778d hue: 0.95 , saturation: 0.37 and the lightness value of c0778d is 0.61.

The process color (four color CMYK) of #c0778d color hex is 0.00, 0.38, 0.27, 0.25. Web safe color of #c0778d is #cc6699. Color #c0778d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110111 10001101
Octal 300 167 215
Decimal 192 119 141
Hex C0 77 8D

RGB Percentages of Color #c0778d

%42.48
%26.33
%31.19

CMYK Percentages of Color #c0778d

%0
%38
%27
%25

Triadic Colors of #c0778d

#c0778d #8dc077 #778dc0

Analogous Colors of #c0778d

#c0778d #c08677 #c077b2

Monochromatic Colors of #c0778d

#c0778d

Complementary Color

#c0778d #77c0aa

#c0778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0778d Color CSS Codes

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

#c0778d Text Font Color

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

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


#c0778d Background Color

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

This div background color is #c0778d


#c0778d Border Color

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

This div border color is #c0778d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,119,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0778d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0778d;
  -webkit-box-shadow: 1px 1px 3px 2px #c0778d;
  box-shadow:         1px 1px 3px 2px #c0778d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,119,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0778d


Comments

No comments written yet.

Please login to write comment.