Color Hex Logo

#c76cbc Color Hex

#C76CBC
(199,108,188)
0 Favorites   0 Comments

Color spaces of #c76cbc

RGB 199108188
HSL0.850.450.60
HSV307°46°78°
CMYK 0.000.460.06   0.22
XYZ37.992926.498150.6891
Yxy26.49810.32990.2301
Hunter Lab51.476341.6612-22.3499
CIE-Lab58.506947.1692-26.5458

#c76cbc color RGB value is (199,108,188).

#c76cbc hex color red value is 199, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c76cbc hue: 0.85 , saturation: 0.45 and the lightness value of c76cbc is 0.60.

The process color (four color CMYK) of #c76cbc color hex is 0.00, 0.46, 0.06, 0.22. Web safe color of #c76cbc is #cc66cc. Color #c76cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 10111100
Octal 307 154 274
Decimal 199 108 188
Hex C7 6C BC

RGB Percentages of Color #c76cbc

%40.20
%21.82
%37.98

CMYK Percentages of Color #c76cbc

%0
%46
%6
%22

Triadic Colors of #c76cbc

#c76cbc #bcc76c #6cbcc7

Analogous Colors of #c76cbc

#c76cbc #c76c8f #a56cc7

Monochromatic Colors of #c76cbc

#c76cbc

Complementary Color

#c76cbc #6cc777

#c76cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76cbc Color CSS Codes

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

#c76cbc Text Font Color

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

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


#c76cbc Background Color

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

This div background color is #c76cbc


#c76cbc Border Color

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

This div border color is #c76cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,108,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76cbc


Comments

No comments written yet.

Please login to write comment.