Color Hex Logo

#c77ecb Color Hex

#C77ECB
(199,126,203)
0 Favorites   0 Comments

Color spaces of #c77ecb

RGB 199126203
HSL0.820.430.65
HSV297°38°80°
CMYK 0.020.380.00   0.20
XYZ41.793531.375660.3533
Yxy31.37560.31300.2350
Hunter Lab56.013935.1593-24.6734
CIE-Lab62.823440.4567-28.3872

#c77ecb color RGB value is (199,126,203).

#c77ecb hex color red value is 199, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c77ecb hue: 0.82 , saturation: 0.43 and the lightness value of c77ecb is 0.65.

The process color (four color CMYK) of #c77ecb color hex is 0.02, 0.38, 0.00, 0.20. Web safe color of #c77ecb is #cc66cc. Color #c77ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11001011
Octal 307 176 313
Decimal 199 126 203
Hex C7 7E CB

RGB Percentages of Color #c77ecb

%37.69
%23.86
%38.45

CMYK Percentages of Color #c77ecb

%2
%38
%0
%20

Triadic Colors of #c77ecb

#c77ecb #cbc77e #7ecbc7

Analogous Colors of #c77ecb

#c77ecb #cb7ea9 #a17ecb

Monochromatic Colors of #c77ecb

#c77ecb

Complementary Color

#c77ecb #82cb7e

#c77ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77ecb Color CSS Codes

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

#c77ecb Text Font Color

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

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


#c77ecb Background Color

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

This div background color is #c77ecb


#c77ecb Border Color

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

This div border color is #c77ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77ecb


Comments

No comments written yet.

Please login to write comment.