Color Hex Logo

#cc648d Color Hex

#CC648D
(204,100,141)
0 Favorites   0 Comments

Color spaces of #cc648d

RGB 204100141
HSL0.930.500.60
HSV336°51°80°
CMYK 0.000.510.31   0.20
XYZ34.266723.874828.0015
Yxy23.87480.39780.2772
Hunter Lab48.861839.67340.2257
CIE-Lab55.962245.6797-3.1125

#cc648d color RGB value is (204,100,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 10001101
Octal 314 144 215
Decimal 204 100 141
Hex CC 64 8D

RGB Percentages of Color #cc648d

%45.84
%22.47
%31.69

CMYK Percentages of Color #cc648d

%0
%51
%31
%20

Triadic Colors of #cc648d

#cc648d #8dcc64 #648dcc

Analogous Colors of #cc648d

#cc648d #cc6f64 #cc64c1

Monochromatic Colors of #cc648d

#cc648d

Complementary Color

#cc648d #64cca3

#cc648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc648d Color CSS Codes

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

#cc648d Text Font Color

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

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


#cc648d Background Color

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

This div background color is #cc648d


#cc648d Border Color

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

This div border color is #cc648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc648d


Comments

No comments written yet.

Please login to write comment.