color codes Logo

#c70cce color codes

#C70CCE
(199,12,206)
0 Favorites   0 Comments

Color spaces of #c70cce

RGB 19912206
HSL0.830.890.43
HSV298°94°81°
CMYK 0.030.940.00   0.19
XYZ34.825216.861359.8116
Yxy16.86130.31230.1512
Hunter Lab41.062579.5268-57.6180
CIE-Lab48.084881.5571-53.3057

#c70cce color RGB value is (199,12,206).

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

The process color (four color CMYK) of #c70cce color code is 0.03, 0.94, 0.00, 0.19. Web safe color of #c70cce is #cc00cc. Color #c70cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001100 11001110
Octal 307 14 316
Decimal 199 12 206
Hex C7 C CE

RGB Percentages of Color #c70cce

%47.72
%2.88
%49.40

CMYK Percentages of Color #c70cce

%3
%94
%0
%19

Triadic Colors of #c70cce

#c70cce #cec70c #0ccec7

Analogous Colors of #c70cce

#c70cce #ce0c74 #660cce

Monochromatic Colors of #c70cce

#c70cce

Complementary Color

#c70cce #13ce0c

#c70cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70cce Color CSS Codes

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

#c70cce Text Font Color

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

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


#c70cce Background Color

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

This div background color is #c70cce


#c70cce Border Color

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

This div border color is #c70cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70cce


Comments

No comments written yet.

Please login to write comment.