Color Hex Logo

#cc7fa1 Color Hex

#CC7FA1
(204,127,161)
0 Favorites   0 Comments

Color spaces of #cc7fa1

RGB 204127161
HSL0.930.430.65
HSV334°38°80°
CMYK 0.000.380.21   0.20
XYZ38.924230.589337.5710
Yxy30.58930.36350.2857
Hunter Lab55.307628.8359-1.5610
CIE-Lab62.159434.4108-5.5219

#cc7fa1 color RGB value is (204,127,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111111 10100001
Octal 314 177 241
Decimal 204 127 161
Hex CC 7F A1

RGB Percentages of Color #cc7fa1

%41.46
%25.81
%32.72

CMYK Percentages of Color #cc7fa1

%0
%38
%21
%20

Triadic Colors of #cc7fa1

#cc7fa1 #a1cc7f #7fa1cc

Analogous Colors of #cc7fa1

#cc7fa1 #cc847f #cc7fc8

Monochromatic Colors of #cc7fa1

#cc7fa1

Complementary Color

#cc7fa1 #7fccaa

#cc7fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7fa1 Color CSS Codes

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

#cc7fa1 Text Font Color

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

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


#cc7fa1 Background Color

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

This div background color is #cc7fa1


#cc7fa1 Border Color

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

This div border color is #cc7fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7fa1


Comments

No comments written yet.

Please login to write comment.