color codes Logo

#c76ccf color codes

#C76CCF
(199,108,207)
0 Favorites   0 Comments

Color spaces of #c76ccf

RGB 199108207
HSL0.820.510.62
HSV295°48°81°
CMYK 0.040.480.00   0.19
XYZ40.178227.372262.1972
Yxy27.37220.30970.2110
Hunter Lab52.318445.5226-33.8622
CIE-Lab59.317350.6066-36.0887

#c76ccf color RGB value is (199,108,207).

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

The process color (four color CMYK) of #c76ccf color code is 0.04, 0.48, 0.00, 0.19. Web safe color of #c76ccf is #cc66cc. Color #c76ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 11001111
Octal 307 154 317
Decimal 199 108 207
Hex C7 6C CF

RGB Percentages of Color #c76ccf

%38.72
%21.01
%40.27

CMYK Percentages of Color #c76ccf

%4
%48
%0
%19

Triadic Colors of #c76ccf

#c76ccf #cfc76c #6ccfc7

Analogous Colors of #c76ccf

#c76ccf #cf6ca6 #966ccf

Monochromatic Colors of #c76ccf

#c76ccf

Complementary Color

#c76ccf #74cf6c

#c76ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76ccf Color CSS Codes

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

#c76ccf Text Font Color

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

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


#c76ccf Background Color

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

This div background color is #c76ccf


#c76ccf Border Color

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

This div border color is #c76ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76ccf


Comments

No comments written yet.

Please login to write comment.