Color Hex Logo

#cc7670 Color Hex

#CC7670
(204,118,112)
0 Favorites   0 Comments

Color spaces of #cc7670

RGB 204118112
HSL0.010.470.62
HSV45°80°
CMYK 0.000.420.45   0.20
XYZ34.304926.964118.7258
Yxy26.96410.42880.3371
Hunter Lab51.927027.051614.9678
CIE-Lab58.941132.972017.9869

#cc7670 color RGB value is (204,118,112).

#cc7670 hex color red value is 204, green value is 118 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cc7670 hue: 0.01 , saturation: 0.47 and the lightness value of cc7670 is 0.62.

The process color (four color CMYK) of #cc7670 color hex is 0.00, 0.42, 0.45, 0.20. Web safe color of #cc7670 is #cc6666. Color #cc7670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110110 01110000
Octal 314 166 160
Decimal 204 118 112
Hex CC 76 70

RGB Percentages of Color #cc7670

%47.00
%27.19
%25.81

CMYK Percentages of Color #cc7670

%0
%42
%45
%20

Triadic Colors of #cc7670

#cc7670 #70cc76 #7670cc

Analogous Colors of #cc7670

#cc7670 #cca470 #cc7098

Monochromatic Colors of #cc7670

#cc7670

Complementary Color

#cc7670 #70c6cc

#cc7670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7670 Color CSS Codes

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

#cc7670 Text Font Color

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

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


#cc7670 Background Color

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

This div background color is #cc7670


#cc7670 Border Color

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

This div border color is #cc7670


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,118,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7670


Comments

No comments written yet.

Please login to write comment.