color codes Logo

#cc84be color codes

#CC84BE
(204,132,190)
0 Favorites   0 Comments

Color spaces of #cc84be

RGB 204132190
HSL0.870.410.66
HSV312°35°80°
CMYK 0.000.350.07   0.20
XYZ42.447433.057652.8587
Yxy33.05760.33070.2575
Hunter Lab57.495731.1637-14.2612
CIE-Lab64.207536.4634-18.8977

#cc84be color RGB value is (204,132,190).

#cc84be hex color red value is 204, green value is 132 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc84be hue: 0.87 , saturation: 0.41 and the lightness value of cc84be is 0.66.

The process color (four color CMYK) of #cc84be color code is 0.00, 0.35, 0.07, 0.20. Web safe color of #cc84be is #cc99cc. Color #cc84be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 10111110
Octal 314 204 276
Decimal 204 132 190
Hex CC 84 BE

RGB Percentages of Color #cc84be

%38.78
%25.10
%36.12

CMYK Percentages of Color #cc84be

%0
%35
%7
%20

Triadic Colors of #cc84be

#cc84be #becc84 #84becc

Analogous Colors of #cc84be

#cc84be #cc849a #b684cc

Monochromatic Colors of #cc84be

#cc84be

Complementary Color

#cc84be #84cc92

#cc84be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84be Color CSS Codes

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

#cc84be Text Font Color

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

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


#cc84be Background Color

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

This div background color is #cc84be


#cc84be Border Color

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

This div border color is #cc84be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84be


Comments

No comments written yet.

Please login to write comment.