Color Hex Logo

#c07173 Color Hex

#C07173
(192,113,115)
0 Favorites   0 Comments

Color spaces of #c07173

RGB 192113115
HSL1.000.390.60
HSV358°41°75°
CMYK 0.000.410.40   0.25
XYZ30.737924.254519.2812
Yxy24.25450.41380.3266
Hunter Lab49.248925.222511.2618
CIE-Lab56.341731.383312.4163

#c07173 color RGB value is (192,113,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 01110011
Octal 300 161 163
Decimal 192 113 115
Hex C0 71 73

RGB Percentages of Color #c07173

%45.71
%26.90
%27.38

CMYK Percentages of Color #c07173

%0
%41
%40
%25

Triadic Colors of #c07173

#c07173 #73c071 #7173c0

Analogous Colors of #c07173

#c07173 #c09771 #c0719b

Monochromatic Colors of #c07173

#c07173

Complementary Color

#c07173 #71c0be

#c07173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07173 Color CSS Codes

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

#c07173 Text Font Color

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

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


#c07173 Background Color

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

This div background color is #c07173


#c07173 Border Color

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

This div border color is #c07173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07173


Comments

No comments written yet.

Please login to write comment.