Color Hex Logo

#c00ccf Color Hex

#C00CCF
(192,12,207)
0 Favorites   0 Comments

Color spaces of #c00ccf

RGB 19212207
HSL0.820.890.43
HSV295°94°81°
CMYK 0.070.940.00   0.19
XYZ33.132215.974460.3686
Yxy15.97440.30260.1459
Hunter Lab39.968078.0269-61.5754
CIE-Lab46.940980.5934-55.7848

#c00ccf color RGB value is (192,12,207).

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

The process color (four color CMYK) of #c00ccf color hex is 0.07, 0.94, 0.00, 0.19. Web safe color of #c00ccf is #cc00cc. Color #c00ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001100 11001111
Octal 300 14 317
Decimal 192 12 207
Hex C0 C CF

RGB Percentages of Color #c00ccf

%46.72
%2.92
%50.36

CMYK Percentages of Color #c00ccf

%7
%94
%0
%19

Triadic Colors of #c00ccf

#c00ccf #cfc00c #0ccfc0

Analogous Colors of #c00ccf

#c00ccf #cf0c7d #5f0ccf

Monochromatic Colors of #c00ccf

#c00ccf

Complementary Color

#c00ccf #1bcf0c

#c00ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00ccf Color CSS Codes

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

#c00ccf Text Font Color

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

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


#c00ccf Background Color

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

This div background color is #c00ccf


#c00ccf Border Color

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

This div border color is #c00ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00ccf


Comments

No comments written yet.

Please login to write comment.