Color Hex Logo

#c776bd Color Hex

#C776BD
(199,118,189)
0 Favorites   0 Comments

Color spaces of #c776bd

RGB 199118189
HSL0.850.420.62
HSV307°41°78°
CMYK 0.000.410.05   0.22
XYZ39.216928.773151.6309
Yxy28.77310.32780.2405
Hunter Lab53.640636.6313-19.5203
CIE-Lab60.580942.1432-23.9240

#c776bd color RGB value is (199,118,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110110 10111101
Octal 307 166 275
Decimal 199 118 189
Hex C7 76 BD

RGB Percentages of Color #c776bd

%39.33
%23.32
%37.35

CMYK Percentages of Color #c776bd

%0
%41
%5
%22

Triadic Colors of #c776bd

#c776bd #bdc776 #76bdc7

Analogous Colors of #c776bd

#c776bd #c77695 #a976c7

Monochromatic Colors of #c776bd

#c776bd

Complementary Color

#c776bd #76c780

#c776bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c776bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c776bd Color CSS Codes

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

#c776bd Text Font Color

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

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


#c776bd Background Color

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

This div background color is #c776bd


#c776bd Border Color

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

This div border color is #c776bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c776bd


Comments

No comments written yet.

Please login to write comment.