Color Hex Logo

#c77ccb Color Hex

#C77CCB
(199,124,203)
0 Favorites   0 Comments

Color spaces of #c77ccb

RGB 199124203
HSL0.820.430.64
HSV297°39°80°
CMYK 0.020.390.00   0.20
XYZ41.540330.869260.2689
Yxy30.86920.31310.2327
Hunter Lab55.560136.2281-25.4229
CIE-Lab62.397141.5251-29.0457

#c77ccb color RGB value is (199,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111100 11001011
Octal 307 174 313
Decimal 199 124 203
Hex C7 7C CB

RGB Percentages of Color #c77ccb

%37.83
%23.57
%38.59

CMYK Percentages of Color #c77ccb

%2
%39
%0
%20

Triadic Colors of #c77ccb

#c77ccb #cbc77c #7ccbc7

Analogous Colors of #c77ccb

#c77ccb #cb7ca8 #a07ccb

Monochromatic Colors of #c77ccb

#c77ccb

Complementary Color

#c77ccb #80cb7c

#c77ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77ccb Color CSS Codes

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

#c77ccb Text Font Color

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

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


#c77ccb Background Color

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

This div background color is #c77ccb


#c77ccb Border Color

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

This div border color is #c77ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77ccb


Comments

No comments written yet.

Please login to write comment.