Color Hex Logo

#c02ccf Color Hex

#C02CCF
(192,44,207)
0 Favorites   0 Comments

Color spaces of #c02ccf

RGB 19244207
HSL0.820.650.49
HSV294°79°81°
CMYK 0.070.790.00   0.19
XYZ33.901417.512860.6250
Yxy17.51280.30260.1563
Hunter Lab41.848371.3687-56.5987
CIE-Lab48.899874.8523-52.6397

#c02ccf color RGB value is (192,44,207).

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

The process color (four color CMYK) of #c02ccf color hex is 0.07, 0.79, 0.00, 0.19. Web safe color of #c02ccf is #cc33cc. Color #c02ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101100 11001111
Octal 300 54 317
Decimal 192 44 207
Hex C0 2C CF

RGB Percentages of Color #c02ccf

%43.34
%9.93
%46.73

CMYK Percentages of Color #c02ccf

%7
%79
%0
%19

Triadic Colors of #c02ccf

#c02ccf #cfc02c #2ccfc0

Analogous Colors of #c02ccf

#c02ccf #cf2c8d #6f2ccf

Monochromatic Colors of #c02ccf

#c02ccf

Complementary Color

#c02ccf #3bcf2c

#c02ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02ccf Color CSS Codes

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

#c02ccf Text Font Color

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

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


#c02ccf Background Color

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

This div background color is #c02ccf


#c02ccf Border Color

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

This div border color is #c02ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02ccf


Comments

No comments written yet.

Please login to write comment.