Color Hex Logo

#cc49be Color Hex

#CC49BE
(204,73,190)
0 Favorites   0 Comments

Color spaces of #cc49be

RGB 20473190
HSL0.850.560.54
HSV306°64°80°
CMYK 0.000.640.07   0.20
XYZ36.578621.320250.9025
Yxy21.32020.33620.1960
Hunter Lab46.173860.6024-33.0403
CIE-Lab53.298264.9923-35.7435

#cc49be color RGB value is (204,73,190).

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

The process color (four color CMYK) of #cc49be color hex is 0.00, 0.64, 0.07, 0.20. Web safe color of #cc49be is #cc33cc. Color #cc49be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 10111110
Octal 314 111 276
Decimal 204 73 190
Hex CC 49 BE

RGB Percentages of Color #cc49be

%43.68
%15.63
%40.69

CMYK Percentages of Color #cc49be

%0
%64
%7
%20

Triadic Colors of #cc49be

#cc49be #becc49 #49becc

Analogous Colors of #cc49be

#cc49be #cc497d #9949cc

Monochromatic Colors of #cc49be

#cc49be

Complementary Color

#cc49be #49cc57

#cc49be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc49be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc49be Color CSS Codes

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

#cc49be Text Font Color

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

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


#cc49be Background Color

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

This div background color is #cc49be


#cc49be Border Color

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

This div border color is #cc49be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc49be


Comments

No comments written yet.

Please login to write comment.