Color Hex Logo

#c77386 Color Hex

#C77386
(199,115,134)
0 Favorites   0 Comments

Color spaces of #c77386

RGB 199115134
HSL0.960.430.62
HSV346°42°78°
CMYK 0.000.420.33   0.22
XYZ33.987026.124825.8055
Yxy26.12480.39560.3041
Hunter Lab51.112429.24615.8445
CIE-Lab58.155335.25594.0844

#c77386 color RGB value is (199,115,134).

#c77386 hex color red value is 199, green value is 115 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c77386 hue: 0.96 , saturation: 0.43 and the lightness value of c77386 is 0.62.

The process color (four color CMYK) of #c77386 color hex is 0.00, 0.42, 0.33, 0.22. Web safe color of #c77386 is #cc6699. Color #c77386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110011 10000110
Octal 307 163 206
Decimal 199 115 134
Hex C7 73 86

RGB Percentages of Color #c77386

%44.42
%25.67
%29.91

CMYK Percentages of Color #c77386

%0
%42
%33
%22

Triadic Colors of #c77386

#c77386 #86c773 #7386c7

Analogous Colors of #c77386

#c77386 #c78a73 #c773b0

Monochromatic Colors of #c77386

#c77386

Complementary Color

#c77386 #73c7b4

#c77386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77386 Color CSS Codes

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

#c77386 Text Font Color

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

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


#c77386 Background Color

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

This div background color is #c77386


#c77386 Border Color

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

This div border color is #c77386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77386


Comments

No comments written yet.

Please login to write comment.