Color Hex Logo

#cc71bf Color Hex

#CC71BF
(204,113,191)
0 Favorites   0 Comments

Color spaces of #cc71bf

RGB 204113191
HSL0.860.470.62
HSV309°45°80°
CMYK 0.000.450.06   0.20
XYZ40.210928.409252.6544
Yxy28.40920.33160.2343
Hunter Lab53.300341.3888-21.2613
CIE-Lab60.256646.6594-25.5068

#cc71bf color RGB value is (204,113,191).

#cc71bf hex color red value is 204, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc71bf hue: 0.86 , saturation: 0.47 and the lightness value of cc71bf is 0.62.

The process color (four color CMYK) of #cc71bf color hex is 0.00, 0.45, 0.06, 0.20. Web safe color of #cc71bf is #cc66cc. Color #cc71bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 10111111
Octal 314 161 277
Decimal 204 113 191
Hex CC 71 BF

RGB Percentages of Color #cc71bf

%40.16
%22.24
%37.60

CMYK Percentages of Color #cc71bf

%0
%45
%6
%20

Triadic Colors of #cc71bf

#cc71bf #bfcc71 #71bfcc

Analogous Colors of #cc71bf

#cc71bf #cc7192 #ac71cc

Monochromatic Colors of #cc71bf

#cc71bf

Complementary Color

#cc71bf #71cc7e

#cc71bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc71bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc71bf Color CSS Codes

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

#cc71bf Text Font Color

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

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


#cc71bf Background Color

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

This div background color is #cc71bf


#cc71bf Border Color

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

This div border color is #cc71bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc71bf


Comments

No comments written yet.

Please login to write comment.