Color Hex Logo

#c76dbe Color Hex

#C76DBE
(199,109,190)
0 Favorites   0 Comments

Color spaces of #c76dbe

RGB 199109190
HSL0.850.450.60
HSV306°45°78°
CMYK 0.000.450.05   0.22
XYZ38.316126.797151.8681
Yxy26.79710.32750.2291
Hunter Lab51.765941.5318-23.1709
CIE-Lab58.786047.0073-27.2570

#c76dbe color RGB value is (199,109,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101101 10111110
Octal 307 155 276
Decimal 199 109 190
Hex C7 6D BE

RGB Percentages of Color #c76dbe

%39.96
%21.89
%38.15

CMYK Percentages of Color #c76dbe

%0
%45
%5
%22

Triadic Colors of #c76dbe

#c76dbe #bec76d #6dbec7

Analogous Colors of #c76dbe

#c76dbe #c76d91 #a36dc7

Monochromatic Colors of #c76dbe

#c76dbe

Complementary Color

#c76dbe #6dc776

#c76dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76dbe Color CSS Codes

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

#c76dbe Text Font Color

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

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


#c76dbe Background Color

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

This div background color is #c76dbe


#c76dbe Border Color

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

This div border color is #c76dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76dbe


Comments

No comments written yet.

Please login to write comment.