Color Hex Logo

#c04fcc Color Hex

#C04FCC
(192,79,204)
0 Favorites   0 Comments

Color spaces of #c04fcc

RGB 19279204
HSL0.820.550.55
HSV294°61°80°
CMYK 0.060.610.00   0.20
XYZ35.433321.158159.3431
Yxy21.15810.30560.1825
Hunter Lab45.997957.0064-44.2930
CIE-Lab53.122161.9151-44.1919

#c04fcc color RGB value is (192,79,204).

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

The process color (four color CMYK) of #c04fcc color hex is 0.06, 0.61, 0.00, 0.20. Web safe color of #c04fcc is #cc66cc. Color #c04fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001111 11001100
Octal 300 117 314
Decimal 192 79 204
Hex C0 4F CC

RGB Percentages of Color #c04fcc

%40.42
%16.63
%42.95

CMYK Percentages of Color #c04fcc

%6
%61
%0
%20

Triadic Colors of #c04fcc

#c04fcc #ccc04f #4fccc0

Analogous Colors of #c04fcc

#c04fcc #cc4f9a #824fcc

Monochromatic Colors of #c04fcc

#c04fcc

Complementary Color

#c04fcc #5bcc4f

#c04fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04fcc Color CSS Codes

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

#c04fcc Text Font Color

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

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


#c04fcc Background Color

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

This div background color is #c04fcc


#c04fcc Border Color

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

This div border color is #c04fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04fcc


Comments

No comments written yet.

Please login to write comment.