Color Hex Logo

#cc61ae Color Hex

#CC61AE
(204,97,174)
0 Favorites   0 Comments

Color spaces of #cc61ae

RGB 20497174
HSL0.880.510.59
HSV317°52°80°
CMYK 0.000.520.15   0.20
XYZ36.816524.442842.8219
Yxy24.44280.35370.2348
Hunter Lab49.439746.4052-16.7460
CIE-Lab56.528451.8555-21.4828

#cc61ae color RGB value is (204,97,174).

#cc61ae hex color red value is 204, green value is 97 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc61ae hue: 0.88 , saturation: 0.51 and the lightness value of cc61ae is 0.59.

The process color (four color CMYK) of #cc61ae color hex is 0.00, 0.52, 0.15, 0.20. Web safe color of #cc61ae is #cc6699. Color #cc61ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 10101110
Octal 314 141 256
Decimal 204 97 174
Hex CC 61 AE

RGB Percentages of Color #cc61ae

%42.95
%20.42
%36.63

CMYK Percentages of Color #cc61ae

%0
%52
%15
%20

Triadic Colors of #cc61ae

#cc61ae #aecc61 #61aecc

Analogous Colors of #cc61ae

#cc61ae #cc6179 #b561cc

Monochromatic Colors of #cc61ae

#cc61ae

Complementary Color

#cc61ae #61cc7f

#cc61ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc61ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc61ae Color CSS Codes

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

#cc61ae Text Font Color

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

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


#cc61ae Background Color

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

This div background color is #cc61ae


#cc61ae Border Color

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

This div border color is #cc61ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc61ae


Comments

No comments written yet.

Please login to write comment.