Color Hex Logo

#c76cbd Color Hex

#C76CBD
(199,108,189)
0 Favorites   0 Comments

Color spaces of #c76cbd

RGB 199108189
HSL0.850.450.60
HSV307°46°78°
CMYK 0.000.460.05   0.22
XYZ38.101126.541451.2590
Yxy26.54140.32870.2290
Hunter Lab51.518341.8550-22.9287
CIE-Lab58.547447.3437-27.0546

#c76cbd color RGB value is (199,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 10111101
Octal 307 154 275
Decimal 199 108 189
Hex C7 6C BD

RGB Percentages of Color #c76cbd

%40.12
%21.77
%38.10

CMYK Percentages of Color #c76cbd

%0
%46
%5
%22

Triadic Colors of #c76cbd

#c76cbd #bdc76c #6cbdc7

Analogous Colors of #c76cbd

#c76cbd #c76c90 #a46cc7

Monochromatic Colors of #c76cbd

#c76cbd

Complementary Color

#c76cbd #6cc776

#c76cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76cbd Color CSS Codes

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

#c76cbd Text Font Color

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

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


#c76cbd Background Color

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

This div background color is #c76cbd


#c76cbd Border Color

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

This div border color is #c76cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76cbd


Comments

No comments written yet.

Please login to write comment.