Color Hex Logo

#cc588d Color Hex

#CC588D
(204,88,141)
0 Favorites   0 Comments

Color spaces of #cc588d

RGB 20488141
HSL0.920.530.57
HSV333°57°80°
CMYK 0.000.570.31   0.20
XYZ33.199321.739927.6457
Yxy21.73990.40200.2632
Hunter Lab46.626145.5023-2.5162
CIE-Lab53.749951.4814-6.3858

#cc588d color RGB value is (204,88,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 10001101
Octal 314 130 215
Decimal 204 88 141
Hex CC 58 8D

RGB Percentages of Color #cc588d

%47.11
%20.32
%32.56

CMYK Percentages of Color #cc588d

%0
%57
%31
%20

Triadic Colors of #cc588d

#cc588d #8dcc58 #588dcc

Analogous Colors of #cc588d

#cc588d #cc5d58 #cc58c7

Monochromatic Colors of #cc588d

#cc588d

Complementary Color

#cc588d #58cc97

#cc588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc588d Color CSS Codes

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

#cc588d Text Font Color

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

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


#cc588d Background Color

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

This div background color is #cc588d


#cc588d Border Color

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

This div border color is #cc588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc588d


Comments

No comments written yet.

Please login to write comment.