Color Hex Logo

#cc7fb1 Color Hex

#CC7FB1
(204,127,177)
0 Favorites   0 Comments

Color spaces of #cc7fb1

RGB 204127177
HSL0.890.430.65
HSV321°38°80°
CMYK 0.000.380.13   0.20
XYZ40.427031.190445.4846
Yxy31.19040.34520.2664
Hunter Lab55.848431.4763-9.1937
CIE-Lab62.668036.9366-13.8736

#cc7fb1 color RGB value is (204,127,177).

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

The process color (four color CMYK) of #cc7fb1 color hex is 0.00, 0.38, 0.13, 0.20. Web safe color of #cc7fb1 is #cc6699. Color #cc7fb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111111 10110001
Octal 314 177 261
Decimal 204 127 177
Hex CC 7F B1

RGB Percentages of Color #cc7fb1

%40.16
%25.00
%34.84

CMYK Percentages of Color #cc7fb1

%0
%38
%13
%20

Triadic Colors of #cc7fb1

#cc7fb1 #b1cc7f #7fb1cc

Analogous Colors of #cc7fb1

#cc7fb1 #cc7f8b #c17fcc

Monochromatic Colors of #cc7fb1

#cc7fb1

Complementary Color

#cc7fb1 #7fcc9a

#cc7fb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7fb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7fb1 Color CSS Codes

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

#cc7fb1 Text Font Color

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

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


#cc7fb1 Background Color

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

This div background color is #cc7fb1


#cc7fb1 Border Color

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

This div border color is #cc7fb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7fb1


Comments

No comments written yet.

Please login to write comment.