Color Hex Logo

#c01ccf Color Hex

#C01CCF
(192,28,207)
0 Favorites   0 Comments

Color spaces of #c01ccf

RGB 19228207
HSL0.820.760.46
HSV295°86°81°
CMYK 0.070.860.00   0.19
XYZ33.416016.542060.4632
Yxy16.54200.30260.1498
Hunter Lab40.671975.4799-59.6708
CIE-Lab47.677778.4193-54.6002

#c01ccf color RGB value is (192,28,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011100 11001111
Octal 300 34 317
Decimal 192 28 207
Hex C0 1C CF

RGB Percentages of Color #c01ccf

%44.96
%6.56
%48.48

CMYK Percentages of Color #c01ccf

%7
%86
%0
%19

Triadic Colors of #c01ccf

#c01ccf #cfc01c #1ccfc0

Analogous Colors of #c01ccf

#c01ccf #cf1c85 #671ccf

Monochromatic Colors of #c01ccf

#c01ccf

Complementary Color

#c01ccf #2bcf1c

#c01ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01ccf Color CSS Codes

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

#c01ccf Text Font Color

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

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


#c01ccf Background Color

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

This div background color is #c01ccf


#c01ccf Border Color

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

This div border color is #c01ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01ccf


Comments

No comments written yet.

Please login to write comment.