Color Hex Logo

#c006cf Color Hex

#C006CF
(192,6,207)
0 Favorites   0 Comments

Color spaces of #c006cf

RGB 1926207
HSL0.820.940.42
HSV296°97°81°
CMYK 0.070.970.00   0.19
XYZ33.065815.841760.3465
Yxy15.84170.30270.1450
Hunter Lab39.801678.6387-62.0333
CIE-Lab46.766181.1115-56.0661

#c006cf color RGB value is (192,6,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000110 11001111
Octal 300 6 317
Decimal 192 6 207
Hex C0 6 CF

RGB Percentages of Color #c006cf

%47.41
%1.48
%51.11

CMYK Percentages of Color #c006cf

%7
%97
%0
%19

Triadic Colors of #c006cf

#c006cf #cfc006 #06cfc0

Analogous Colors of #c006cf

#c006cf #cf067a #5c06cf

Monochromatic Colors of #c006cf

#c006cf

Complementary Color

#c006cf #15cf06

#c006cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c006cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c006cf Color CSS Codes

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

#c006cf Text Font Color

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

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


#c006cf Background Color

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

This div background color is #c006cf


#c006cf Border Color

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

This div border color is #c006cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c006cf


Comments

No comments written yet.

Please login to write comment.