Color Hex Logo

#cc4fc3 Color Hex

#CC4FC3
(204,79,195)
0 Favorites   0 Comments

Color spaces of #cc4fc3

RGB 20479195
HSL0.850.550.55
HSV304°61°80°
CMYK 0.000.610.04   0.20
XYZ37.548122.369553.9685
Yxy22.36950.32970.1964
Hunter Lab47.296458.9405-34.5465
CIE-Lab54.416963.3555-36.8706

#cc4fc3 color RGB value is (204,79,195).

#cc4fc3 hex color red value is 204, green value is 79 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #cc4fc3 hue: 0.85 , saturation: 0.55 and the lightness value of cc4fc3 is 0.55.

The process color (four color CMYK) of #cc4fc3 color hex is 0.00, 0.61, 0.04, 0.20. Web safe color of #cc4fc3 is #cc66cc. Color #cc4fc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001111 11000011
Octal 314 117 303
Decimal 204 79 195
Hex CC 4F C3

RGB Percentages of Color #cc4fc3

%42.68
%16.53
%40.79

CMYK Percentages of Color #cc4fc3

%0
%61
%4
%20

Triadic Colors of #cc4fc3

#cc4fc3 #c3cc4f #4fc3cc

Analogous Colors of #cc4fc3

#cc4fc3 #cc4f85 #974fcc

Monochromatic Colors of #cc4fc3

#cc4fc3

Complementary Color

#cc4fc3 #4fcc58

#cc4fc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4fc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4fc3 Color CSS Codes

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

#cc4fc3 Text Font Color

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

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


#cc4fc3 Background Color

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

This div background color is #cc4fc3


#cc4fc3 Border Color

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

This div border color is #cc4fc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4fc3


Comments

No comments written yet.

Please login to write comment.