Color Hex Logo

#cc749b Color Hex

#CC749B
(204,116,155)
0 Favorites   0 Comments

Color spaces of #cc749b

RGB 204116155
HSL0.930.460.63
HSV333°43°80°
CMYK 0.000.430.24   0.20
XYZ37.063627.694734.4025
Yxy27.69470.37380.2793
Hunter Lab52.625833.6200-1.9210
CIE-Lab59.611939.3782-5.8544

#cc749b color RGB value is (204,116,155).

#cc749b hex color red value is 204, green value is 116 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cc749b hue: 0.93 , saturation: 0.46 and the lightness value of cc749b is 0.63.

The process color (four color CMYK) of #cc749b color hex is 0.00, 0.43, 0.24, 0.20. Web safe color of #cc749b is #cc6699. Color #cc749b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 10011011
Octal 314 164 233
Decimal 204 116 155
Hex CC 74 9B

RGB Percentages of Color #cc749b

%42.95
%24.42
%32.63

CMYK Percentages of Color #cc749b

%0
%43
%24
%20

Triadic Colors of #cc749b

#cc749b #9bcc74 #749bcc

Analogous Colors of #cc749b

#cc749b #cc7974 #cc74c7

Monochromatic Colors of #cc749b

#cc749b

Complementary Color

#cc749b #74cca5

#cc749b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc749b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc749b Color CSS Codes

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

#cc749b Text Font Color

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

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


#cc749b Background Color

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

This div background color is #cc749b


#cc749b Border Color

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

This div border color is #cc749b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc749b


Comments

No comments written yet.

Please login to write comment.