Color Hex Logo

#c71cce Color Hex

#C71CCE
(199,28,206)
0 Favorites   0 Comments

Color spaces of #c71cce

RGB 19928206
HSL0.830.760.46
HSV298°86°81°
CMYK 0.030.860.00   0.19
XYZ35.109017.428959.9062
Yxy17.42890.31220.1550
Hunter Lab41.747977.0553-55.8546
CIE-Lab48.796079.4610-52.1658

#c71cce color RGB value is (199,28,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011100 11001110
Octal 307 34 316
Decimal 199 28 206
Hex C7 1C CE

RGB Percentages of Color #c71cce

%45.96
%6.47
%47.58

CMYK Percentages of Color #c71cce

%3
%86
%0
%19

Triadic Colors of #c71cce

#c71cce #cec71c #1ccec7

Analogous Colors of #c71cce

#c71cce #ce1c7c #6e1cce

Monochromatic Colors of #c71cce

#c71cce

Complementary Color

#c71cce #23ce1c

#c71cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71cce Color CSS Codes

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

#c71cce Text Font Color

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

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


#c71cce Background Color

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

This div background color is #c71cce


#c71cce Border Color

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

This div border color is #c71cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71cce


Comments

No comments written yet.

Please login to write comment.