Color Hex Logo

#c76cce Color Hex

#C76CCE
(199,108,206)
0 Favorites   0 Comments

Color spaces of #c76cce

RGB 199108206
HSL0.820.500.62
HSV296°48°81°
CMYK 0.030.480.00   0.19
XYZ40.056327.323561.5553
Yxy27.32350.31070.2119
Hunter Lab52.271945.3100-33.2295
CIE-Lab59.272650.4194-35.5929

#c76cce color RGB value is (199,108,206).

#c76cce hex color red value is 199, green value is 108 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c76cce hue: 0.82 , saturation: 0.50 and the lightness value of c76cce is 0.62.

The process color (four color CMYK) of #c76cce color hex is 0.03, 0.48, 0.00, 0.19. Web safe color of #c76cce is #cc66cc. Color #c76cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 11001110
Octal 307 154 316
Decimal 199 108 206
Hex C7 6C CE

RGB Percentages of Color #c76cce

%38.79
%21.05
%40.16

CMYK Percentages of Color #c76cce

%3
%48
%0
%19

Triadic Colors of #c76cce

#c76cce #cec76c #6ccec7

Analogous Colors of #c76cce

#c76cce #ce6ca4 #966cce

Monochromatic Colors of #c76cce

#c76cce

Complementary Color

#c76cce #73ce6c

#c76cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76cce Color CSS Codes

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

#c76cce Text Font Color

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

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


#c76cce Background Color

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

This div background color is #c76cce


#c76cce Border Color

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

This div border color is #c76cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76cce


Comments

No comments written yet.

Please login to write comment.