Color Hex Logo

#cc4fbb Color Hex

#CC4FBB
(204,79,187)
0 Favorites   0 Comments

Color spaces of #cc4fbb

RGB 20479187
HSL0.860.550.55
HSV308°61°80°
CMYK 0.000.610.08   0.20
XYZ36.667522.017249.3309
Yxy22.01720.33950.2038
Hunter Lab46.922557.3742-29.4875
CIE-Lab54.045262.0665-32.8412

#cc4fbb color RGB value is (204,79,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001111 10111011
Octal 314 117 273
Decimal 204 79 187
Hex CC 4F BB

RGB Percentages of Color #cc4fbb

%43.40
%16.81
%39.79

CMYK Percentages of Color #cc4fbb

%0
%61
%8
%20

Triadic Colors of #cc4fbb

#cc4fbb #bbcc4f #4fbbcc

Analogous Colors of #cc4fbb

#cc4fbb #cc4f7d #9f4fcc

Monochromatic Colors of #cc4fbb

#cc4fbb

Complementary Color

#cc4fbb #4fcc60

#cc4fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4fbb Color CSS Codes

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

#cc4fbb Text Font Color

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

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


#cc4fbb Background Color

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

This div background color is #cc4fbb


#cc4fbb Border Color

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

This div border color is #cc4fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4fbb


Comments

No comments written yet.

Please login to write comment.