Color Hex Logo

#c2778e Color Hex

#C2778E
(194,119,142)
0 Favorites   0 Comments

Color spaces of #c2778e

RGB 194119142
HSL0.950.380.61
HSV342°39°76°
CMYK 0.000.390.27   0.24
XYZ33.727426.616028.9510
Yxy26.61600.37770.2981
Hunter Lab51.590726.41062.8419
CIE-Lab58.617232.35910.0434

#c2778e color RGB value is (194,119,142).

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

The process color (four color CMYK) of #c2778e color hex is 0.00, 0.39, 0.27, 0.24. Web safe color of #c2778e is #cc6699. Color #c2778e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 10001110
Octal 302 167 216
Decimal 194 119 142
Hex C2 77 8E

RGB Percentages of Color #c2778e

%42.64
%26.15
%31.21

CMYK Percentages of Color #c2778e

%0
%39
%27
%24

Triadic Colors of #c2778e

#c2778e #8ec277 #778ec2

Analogous Colors of #c2778e

#c2778e #c28677 #c277b4

Monochromatic Colors of #c2778e

#c2778e

Complementary Color

#c2778e #77c2ab

#c2778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2778e Color CSS Codes

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

#c2778e Text Font Color

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

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


#c2778e Background Color

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

This div background color is #c2778e


#c2778e Border Color

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

This div border color is #c2778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2778e


Comments

No comments written yet.

Please login to write comment.