Color Hex Logo

#c77fbf Color Hex

#C77FBF
(199,127,191)
0 Favorites   0 Comments

Color spaces of #c77fbf

RGB 199127191
HSL0.850.390.64
HSV307°36°78°
CMYK 0.000.360.04   0.22
XYZ40.546531.082453.1527
Yxy31.08240.32490.2491
Hunter Lab55.751632.2525-17.5000
CIE-Lab62.577137.6986-21.9997

#c77fbf color RGB value is (199,127,191).

#c77fbf hex color red value is 199, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c77fbf hue: 0.85 , saturation: 0.39 and the lightness value of c77fbf is 0.64.

The process color (four color CMYK) of #c77fbf color hex is 0.00, 0.36, 0.04, 0.22. Web safe color of #c77fbf is #cc66cc. Color #c77fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111111 10111111
Octal 307 177 277
Decimal 199 127 191
Hex C7 7F BF

RGB Percentages of Color #c77fbf

%38.49
%24.56
%36.94

CMYK Percentages of Color #c77fbf

%0
%36
%4
%22

Triadic Colors of #c77fbf

#c77fbf #bfc77f #7fbfc7

Analogous Colors of #c77fbf

#c77fbf #c77f9b #ab7fc7

Monochromatic Colors of #c77fbf

#c77fbf

Complementary Color

#c77fbf #7fc787

#c77fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77fbf Color CSS Codes

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

#c77fbf Text Font Color

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

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


#c77fbf Background Color

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

This div background color is #c77fbf


#c77fbf Border Color

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

This div border color is #c77fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77fbf


Comments

No comments written yet.

Please login to write comment.