Color Hex Logo

#c76dbc Color Hex

#C76DBC
(199,109,188)
0 Favorites   0 Comments

Color spaces of #c76dbc

RGB 199109188
HSL0.850.450.60
HSV307°45°78°
CMYK 0.000.450.06   0.22
XYZ38.098926.710250.7245
Yxy26.71020.32980.2312
Hunter Lab51.681941.1434-22.0143
CIE-Lab58.705146.6569-26.2400

#c76dbc color RGB value is (199,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101101 10111100
Octal 307 155 274
Decimal 199 109 188
Hex C7 6D BC

RGB Percentages of Color #c76dbc

%40.12
%21.98
%37.90

CMYK Percentages of Color #c76dbc

%0
%45
%6
%22

Triadic Colors of #c76dbc

#c76dbc #bcc76d #6dbcc7

Analogous Colors of #c76dbc

#c76dbc #c76d8f #a56dc7

Monochromatic Colors of #c76dbc

#c76dbc

Complementary Color

#c76dbc #6dc778

#c76dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76dbc Color CSS Codes

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

#c76dbc Text Font Color

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

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


#c76dbc Background Color

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

This div background color is #c76dbc


#c76dbc Border Color

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

This div border color is #c76dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76dbc


Comments

No comments written yet.

Please login to write comment.