Color Hex Logo

#cc4fbc Color Hex

#CC4FBC
(204,79,188)
0 Favorites   0 Comments

Color spaces of #cc4fbc

RGB 20479188
HSL0.850.550.55
HSV308°61°80°
CMYK 0.000.610.08   0.20
XYZ36.774922.060249.8967
Yxy22.06020.33820.2029
Hunter Lab46.968357.5662-30.1089
CIE-Lab54.090862.2251-33.3477

#cc4fbc color RGB value is (204,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001111 10111100
Octal 314 117 274
Decimal 204 79 188
Hex CC 4F BC

RGB Percentages of Color #cc4fbc

%43.31
%16.77
%39.92

CMYK Percentages of Color #cc4fbc

%0
%61
%8
%20

Triadic Colors of #cc4fbc

#cc4fbc #bccc4f #4fbccc

Analogous Colors of #cc4fbc

#cc4fbc #cc4f7e #9e4fcc

Monochromatic Colors of #cc4fbc

#cc4fbc

Complementary Color

#cc4fbc #4fcc5f

#cc4fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4fbc Color CSS Codes

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

#cc4fbc Text Font Color

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

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


#cc4fbc Background Color

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

This div background color is #cc4fbc


#cc4fbc Border Color

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

This div border color is #cc4fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4fbc


Comments

No comments written yet.

Please login to write comment.