Color Hex Logo

#c76dba Color Hex

#C76DBA
(199,109,186)
0 Favorites   0 Comments

Color spaces of #c76dba

RGB 199109186
HSL0.860.450.60
HSV309°45°78°
CMYK 0.000.450.07   0.22
XYZ37.884826.624649.5967
Yxy26.62460.33200.2333
Hunter Lab51.599040.7591-20.8699
CIE-Lab58.625246.3093-25.2201

#c76dba color RGB value is (199,109,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101101 10111010
Octal 307 155 272
Decimal 199 109 186
Hex C7 6D BA

RGB Percentages of Color #c76dba

%40.28
%22.06
%37.65

CMYK Percentages of Color #c76dba

%0
%45
%7
%22

Triadic Colors of #c76dba

#c76dba #bac76d #6dbac7

Analogous Colors of #c76dba

#c76dba #c76d8d #a76dc7

Monochromatic Colors of #c76dba

#c76dba

Complementary Color

#c76dba #6dc77a

#c76dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76dba Color CSS Codes

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

#c76dba Text Font Color

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

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


#c76dba Background Color

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

This div background color is #c76dba


#c76dba Border Color

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

This div border color is #c76dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76dba


Comments

No comments written yet.

Please login to write comment.