Color Hex Logo

#cc648c Color Hex

#CC648C
(204,100,140)
0 Favorites   0 Comments

Color spaces of #cc648c

RGB 204100140
HSL0.940.500.60
HSV337°51°80°
CMYK 0.000.510.31   0.20
XYZ34.192623.845227.6114
Yxy23.84520.39920.2784
Hunter Lab48.831539.53320.6570
CIE-Lab55.932545.5513-2.5705

#cc648c color RGB value is (204,100,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 10001100
Octal 314 144 214
Decimal 204 100 140
Hex CC 64 8C

RGB Percentages of Color #cc648c

%45.95
%22.52
%31.53

CMYK Percentages of Color #cc648c

%0
%51
%31
%20

Triadic Colors of #cc648c

#cc648c #8ccc64 #648ccc

Analogous Colors of #cc648c

#cc648c #cc7064 #cc64c0

Monochromatic Colors of #cc648c

#cc648c

Complementary Color

#cc648c #64cca4

#cc648c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc648c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc648c Color CSS Codes

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

#cc648c Text Font Color

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

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


#cc648c Background Color

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

This div background color is #cc648c


#cc648c Border Color

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

This div border color is #cc648c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc648c


Comments

No comments written yet.

Please login to write comment.