Color Hex Logo

#c07179 Color Hex

#C07179
(192,113,121)
0 Favorites   0 Comments

Color spaces of #c07179

RGB 192113121
HSL0.980.390.60
HSV354°41°75°
CMYK 0.000.410.37   0.25
XYZ31.094524.397221.1594
Yxy24.39720.40570.3183
Hunter Lab49.393525.93179.1766
CIE-Lab56.483332.09519.1261

#c07179 color RGB value is (192,113,121).

#c07179 hex color red value is 192, green value is 113 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c07179 hue: 0.98 , saturation: 0.39 and the lightness value of c07179 is 0.60.

The process color (four color CMYK) of #c07179 color hex is 0.00, 0.41, 0.37, 0.25. Web safe color of #c07179 is #cc6666. Color #c07179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 01111001
Octal 300 161 171
Decimal 192 113 121
Hex C0 71 79

RGB Percentages of Color #c07179

%45.07
%26.53
%28.40

CMYK Percentages of Color #c07179

%0
%41
%37
%25

Triadic Colors of #c07179

#c07179 #79c071 #7179c0

Analogous Colors of #c07179

#c07179 #c09171 #c071a1

Monochromatic Colors of #c07179

#c07179

Complementary Color

#c07179 #71c0b8

#c07179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07179 Color CSS Codes

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

#c07179 Text Font Color

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

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


#c07179 Background Color

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

This div background color is #c07179


#c07179 Border Color

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

This div border color is #c07179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07179


Comments

No comments written yet.

Please login to write comment.