Color Hex Logo

#cc4fdb Color Hex

#CC4FDB
(204,79,219)
0 Favorites   0 Comments

Color spaces of #cc4fdb

RGB 20479219
HSL0.820.660.58
HSV294°64°86°
CMYK 0.070.640.00   0.14
XYZ40.484023.543869.4285
Yxy23.54380.30340.1764
Hunter Lab48.522064.0170-50.8708
CIE-Lab55.628167.4577-48.6462

#cc4fdb color RGB value is (204,79,219).

#cc4fdb hex color red value is 204, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc4fdb hue: 0.82 , saturation: 0.66 and the lightness value of cc4fdb is 0.58.

The process color (four color CMYK) of #cc4fdb color hex is 0.07, 0.64, 0.00, 0.14. Web safe color of #cc4fdb is #cc66cc. Color #cc4fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001111 11011011
Octal 314 117 333
Decimal 204 79 219
Hex CC 4F DB

RGB Percentages of Color #cc4fdb

%40.64
%15.74
%43.63

CMYK Percentages of Color #cc4fdb

%7
%64
%0
%14

Triadic Colors of #cc4fdb

#cc4fdb #dbcc4f #4fdbcc

Analogous Colors of #cc4fdb

#cc4fdb #db4fa4 #864fdb

Monochromatic Colors of #cc4fdb

#cc4fdb

Complementary Color

#cc4fdb #5edb4f

#cc4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4fdb Color CSS Codes

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

#cc4fdb Text Font Color

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

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


#cc4fdb Background Color

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

This div background color is #cc4fdb


#cc4fdb Border Color

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

This div border color is #cc4fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4fdb


Comments

No comments written yet.

Please login to write comment.