Color Hex Logo

#cc547d Color Hex

#CC547D
(204,84,125)
0 Favorites   0 Comments

Color spaces of #cc547d

RGB 20484125
HSL0.940.540.56
HSV340°59°80°
CMYK 0.000.590.39   0.20
XYZ31.773820.658721.7149
Yxy20.65870.42850.2786
Hunter Lab45.451845.24243.4901
CIE-Lab52.573951.43671.3808

#cc547d color RGB value is (204,84,125).

#cc547d hex color red value is 204, green value is 84 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cc547d hue: 0.94 , saturation: 0.54 and the lightness value of cc547d is 0.56.

The process color (four color CMYK) of #cc547d color hex is 0.00, 0.59, 0.39, 0.20. Web safe color of #cc547d is #cc6666. Color #cc547d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010100 01111101
Octal 314 124 175
Decimal 204 84 125
Hex CC 54 7D

RGB Percentages of Color #cc547d

%49.39
%20.34
%30.27

CMYK Percentages of Color #cc547d

%0
%59
%39
%20

Triadic Colors of #cc547d

#cc547d #7dcc54 #547dcc

Analogous Colors of #cc547d

#cc547d #cc6754 #cc54b9

Monochromatic Colors of #cc547d

#cc547d

Complementary Color

#cc547d #54cca3

#cc547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc547d Color CSS Codes

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

#cc547d Text Font Color

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

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


#cc547d Background Color

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

This div background color is #cc547d


#cc547d Border Color

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

This div border color is #cc547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc547d


Comments

No comments written yet.

Please login to write comment.