Color Hex Logo

#cc84ae Color Hex

#CC84AE
(204,132,174)
0 Favorites   0 Comments

Color spaces of #cc84ae

RGB 204132174
HSL0.900.410.66
HSV325°35°80°
CMYK 0.000.350.15   0.20
XYZ40.793132.395944.1474
Yxy32.39590.34770.2761
Hunter Lab56.917428.3268-6.1455
CIE-Lab63.668833.7548-10.6685

#cc84ae color RGB value is (204,132,174).

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

The process color (four color CMYK) of #cc84ae color hex is 0.00, 0.35, 0.15, 0.20. Web safe color of #cc84ae is #cc9999. Color #cc84ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 10101110
Octal 314 204 256
Decimal 204 132 174
Hex CC 84 AE

RGB Percentages of Color #cc84ae

%40.00
%25.88
%34.12

CMYK Percentages of Color #cc84ae

%0
%35
%15
%20

Triadic Colors of #cc84ae

#cc84ae #aecc84 #84aecc

Analogous Colors of #cc84ae

#cc84ae #cc848a #c684cc

Monochromatic Colors of #cc84ae

#cc84ae

Complementary Color

#cc84ae #84cca2

#cc84ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84ae Color CSS Codes

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

#cc84ae Text Font Color

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

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


#cc84ae Background Color

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

This div background color is #cc84ae


#cc84ae Border Color

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

This div border color is #cc84ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84ae


Comments

No comments written yet.

Please login to write comment.