Color Hex Logo

#cc568d Color Hex

#CC568D
(204,86,141)
0 Favorites   0 Comments

Color spaces of #cc568d

RGB 20486141
HSL0.920.540.57
HSV332°58°80°
CMYK 0.000.580.31   0.20
XYZ33.037321.416027.5917
Yxy21.41600.40270.2610
Hunter Lab46.277446.4451-2.9559
CIE-Lab53.401852.4083-6.9036

#cc568d color RGB value is (204,86,141).

#cc568d hex color red value is 204, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cc568d hue: 0.92 , saturation: 0.54 and the lightness value of cc568d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 10001101
Octal 314 126 215
Decimal 204 86 141
Hex CC 56 8D

RGB Percentages of Color #cc568d

%47.33
%19.95
%32.71

CMYK Percentages of Color #cc568d

%0
%58
%31
%20

Triadic Colors of #cc568d

#cc568d #8dcc56 #568dcc

Analogous Colors of #cc568d

#cc568d #cc5a56 #cc56c8

Monochromatic Colors of #cc568d

#cc568d

Complementary Color

#cc568d #56cc95

#cc568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc568d Color CSS Codes

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

#cc568d Text Font Color

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

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


#cc568d Background Color

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

This div background color is #cc568d


#cc568d Border Color

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

This div border color is #cc568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc568d


Comments

No comments written yet.

Please login to write comment.