Color Hex Logo

#c000ce Color Hex

#C000CE
(192,0,206)
0 Favorites   0 Comments

Color spaces of #c000ce

RGB 1920206
HSL0.821.000.40
HSV296°100°81°
CMYK 0.071.000.00   0.19
XYZ32.878815.662759.6828
Yxy15.66270.30380.1447
Hunter Lab39.576179.0348-61.7090
CIE-Lab46.528881.4701-55.8707

#c000ce color RGB value is (192,0,206).

#c000ce hex color red value is 192, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c000ce hue: 0.82 , saturation: 1.00 and the lightness value of c000ce is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000000 11001110
Octal 300 0 316
Decimal 192 0 206
Hex C0 0 CE

RGB Percentages of Color #c000ce

%48.24
%0.00
%51.76

CMYK Percentages of Color #c000ce

%7
%100
%0
%19

Triadic Colors of #c000ce

#c000ce #cec000 #00cec0

Analogous Colors of #c000ce

#c000ce #ce0075 #5900ce

Monochromatic Colors of #c000ce

#c000ce

Complementary Color

#c000ce #0ece00

#c000ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c000ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c000ce Color CSS Codes

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

#c000ce Text Font Color

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

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


#c000ce Background Color

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

This div background color is #c000ce


#c000ce Border Color

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

This div border color is #c000ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c000ce


Comments

No comments written yet.

Please login to write comment.