Color Hex Logo

#cc798d Color Hex

#CC798D
(204,121,141)
0 Favorites   0 Comments

Color spaces of #cc798d

RGB 204121141
HSL0.960.450.64
HSV346°41°80°
CMYK 0.000.410.31   0.20
XYZ36.546928.435228.7616
Yxy28.43520.38990.3033
Hunter Lab53.324729.01965.3482
CIE-Lab60.279934.79353.1912

#cc798d color RGB value is (204,121,141).

#cc798d hex color red value is 204, green value is 121 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cc798d hue: 0.96 , saturation: 0.45 and the lightness value of cc798d is 0.64.

The process color (four color CMYK) of #cc798d color hex is 0.00, 0.41, 0.31, 0.20. Web safe color of #cc798d is #cc6699. Color #cc798d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 10001101
Octal 314 171 215
Decimal 204 121 141
Hex CC 79 8D

RGB Percentages of Color #cc798d

%43.78
%25.97
%30.26

CMYK Percentages of Color #cc798d

%0
%41
%31
%20

Triadic Colors of #cc798d

#cc798d #8dcc79 #798dcc

Analogous Colors of #cc798d

#cc798d #cc8f79 #cc79b7

Monochromatic Colors of #cc798d

#cc798d

Complementary Color

#cc798d #79ccb8

#cc798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc798d Color CSS Codes

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

#cc798d Text Font Color

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

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


#cc798d Background Color

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

This div background color is #cc798d


#cc798d Border Color

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

This div border color is #cc798d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,121,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 #cc798d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc798d


Comments

No comments written yet.

Please login to write comment.