Color Hex Logo

#cc717b Color Hex

#CC717B
(204,113,123)
0 Favorites   0 Comments

Color spaces of #cc717b

RGB 204113123
HSL0.980.470.62
HSV353°45°80°
CMYK 0.000.450.40   0.20
XYZ34.382126.077721.9603
Yxy26.07770.41720.3164
Hunter Lab51.066330.815010.2497
CIE-Lab58.110736.818010.4884

#cc717b color RGB value is (204,113,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 01111011
Octal 314 161 173
Decimal 204 113 123
Hex CC 71 7B

RGB Percentages of Color #cc717b

%46.36
%25.68
%27.95

CMYK Percentages of Color #cc717b

%0
%45
%40
%20

Triadic Colors of #cc717b

#cc717b #7bcc71 #717bcc

Analogous Colors of #cc717b

#cc717b #cc9571 #cc71a9

Monochromatic Colors of #cc717b

#cc717b

Complementary Color

#cc717b #71ccc2

#cc717b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc717b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc717b Color CSS Codes

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

#cc717b Text Font Color

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

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


#cc717b Background Color

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

This div background color is #cc717b


#cc717b Border Color

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

This div border color is #cc717b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc717b


Comments

No comments written yet.

Please login to write comment.