Color Hex Logo

#cc658d Color Hex

#CC658D
(204,101,141)
0 Favorites   0 Comments

Color spaces of #cc658d

RGB 204101141
HSL0.940.500.60
HSV337°50°80°
CMYK 0.000.500.31   0.20
XYZ34.363224.067828.0337
Yxy24.06780.39740.2784
Hunter Lab49.058939.17670.4612
CIE-Lab56.155645.1799-2.8278

#cc658d color RGB value is (204,101,141).

#cc658d hex color red value is 204, green value is 101 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cc658d hue: 0.94 , saturation: 0.50 and the lightness value of cc658d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 10001101
Octal 314 145 215
Decimal 204 101 141
Hex CC 65 8D

RGB Percentages of Color #cc658d

%45.74
%22.65
%31.61

CMYK Percentages of Color #cc658d

%0
%50
%31
%20

Triadic Colors of #cc658d

#cc658d #8dcc65 #658dcc

Analogous Colors of #cc658d

#cc658d #cc7165 #cc65c1

Monochromatic Colors of #cc658d

#cc658d

Complementary Color

#cc658d #65cca4

#cc658d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc658d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc658d Color CSS Codes

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

#cc658d Text Font Color

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

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


#cc658d Background Color

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

This div background color is #cc658d


#cc658d Border Color

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

This div border color is #cc658d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc658d


Comments

No comments written yet.

Please login to write comment.