Color Hex Logo

#cc648e Color Hex

#CC648E
(204,100,142)
0 Favorites   0 Comments

Color spaces of #cc648e

RGB 204100142
HSL0.930.500.60
HSV336°51°80°
CMYK 0.000.510.30   0.20
XYZ34.341523.904728.3953
Yxy23.90470.39640.2759
Hunter Lab48.892439.8147-0.2092
CIE-Lab55.992345.8091-3.6542

#cc648e color RGB value is (204,100,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 10001110
Octal 314 144 216
Decimal 204 100 142
Hex CC 64 8E

RGB Percentages of Color #cc648e

%45.74
%22.42
%31.84

CMYK Percentages of Color #cc648e

%0
%51
%30
%20

Triadic Colors of #cc648e

#cc648e #8ecc64 #648ecc

Analogous Colors of #cc648e

#cc648e #cc6e64 #cc64c2

Monochromatic Colors of #cc648e

#cc648e

Complementary Color

#cc648e #64cca2

#cc648e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc648e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc648e Color CSS Codes

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

#cc648e Text Font Color

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

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


#cc648e Background Color

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

This div background color is #cc648e


#cc648e Border Color

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

This div border color is #cc648e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc648e


Comments

No comments written yet.

Please login to write comment.