Color Hex Logo

#c00fcc Color Hex

#C00FCC
(192,15,204)
0 Favorites   0 Comments

Color spaces of #c00fcc

RGB 19215204
HSL0.820.860.43
HSV296°93°80°
CMYK 0.060.930.00   0.20
XYZ32.808115.907758.4681
Yxy15.90770.30610.1484
Hunter Lab39.884577.0325-58.9963
CIE-Lab46.853279.8203-54.1935

#c00fcc color RGB value is (192,15,204).

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

The process color (four color CMYK) of #c00fcc color hex is 0.06, 0.93, 0.00, 0.20. Web safe color of #c00fcc is #cc00cc. Color #c00fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001111 11001100
Octal 300 17 314
Decimal 192 15 204
Hex C0 F CC

RGB Percentages of Color #c00fcc

%46.72
%3.65
%49.64

CMYK Percentages of Color #c00fcc

%6
%93
%0
%20

Triadic Colors of #c00fcc

#c00fcc #ccc00f #0fccc0

Analogous Colors of #c00fcc

#c00fcc #cc0f7a #610fcc

Monochromatic Colors of #c00fcc

#c00fcc

Complementary Color

#c00fcc #1bcc0f

#c00fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00fcc Color CSS Codes

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

#c00fcc Text Font Color

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

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


#c00fcc Background Color

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

This div background color is #c00fcc


#c00fcc Border Color

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

This div border color is #c00fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,15,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 #c00fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00fcc


Comments

No comments written yet.

Please login to write comment.