Color Hex Logo

#cc80be Color Hex

#CC80BE
(204,128,190)
0 Favorites   0 Comments

Color spaces of #cc80be

RGB 204128190
HSL0.860.430.65
HSV311°37°80°
CMYK 0.000.370.07   0.20
XYZ41.915331.993452.6814
Yxy31.99340.33110.2527
Hunter Lab56.562733.2911-15.6276
CIE-Lab63.337438.6102-20.2220

#cc80be color RGB value is (204,128,190).

#cc80be hex color red value is 204, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc80be hue: 0.86 , saturation: 0.43 and the lightness value of cc80be is 0.65.

The process color (four color CMYK) of #cc80be color hex is 0.00, 0.37, 0.07, 0.20. Web safe color of #cc80be is #cc99cc. Color #cc80be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 10111110
Octal 314 200 276
Decimal 204 128 190
Hex CC 80 BE

RGB Percentages of Color #cc80be

%39.08
%24.52
%36.40

CMYK Percentages of Color #cc80be

%0
%37
%7
%20

Triadic Colors of #cc80be

#cc80be #becc80 #80becc

Analogous Colors of #cc80be

#cc80be #cc8098 #b480cc

Monochromatic Colors of #cc80be

#cc80be

Complementary Color

#cc80be #80cc8e

#cc80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc80be Color CSS Codes

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

#cc80be Text Font Color

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

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


#cc80be Background Color

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

This div background color is #cc80be


#cc80be Border Color

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

This div border color is #cc80be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc80be


Comments

No comments written yet.

Please login to write comment.