Color Hex Logo

#c77fdc Color Hex

#C77FDC
(199,127,220)
0 Favorites   0 Comments

Color spaces of #c77fdc

RGB 199127220
HSL0.800.570.68
HSV286°42°86°
CMYK 0.100.420.00   0.14
XYZ44.060832.488271.6587
Yxy32.48820.29730.2192
Hunter Lab56.998438.2365-34.6408
CIE-Lab63.744343.2420-36.4765

#c77fdc color RGB value is (199,127,220).

#c77fdc hex color red value is 199, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c77fdc hue: 0.80 , saturation: 0.57 and the lightness value of c77fdc is 0.68.

The process color (four color CMYK) of #c77fdc color hex is 0.10, 0.42, 0.00, 0.14. Web safe color of #c77fdc is #cc66cc. Color #c77fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111111 11011100
Octal 307 177 334
Decimal 199 127 220
Hex C7 7F DC

RGB Percentages of Color #c77fdc

%36.45
%23.26
%40.29

CMYK Percentages of Color #c77fdc

%10
%42
%0
%14

Triadic Colors of #c77fdc

#c77fdc #dcc77f #7fdcc7

Analogous Colors of #c77fdc

#c77fdc #dc7fc3 #997fdc

Monochromatic Colors of #c77fdc

#c77fdc

Complementary Color

#c77fdc #94dc7f

#c77fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77fdc Color CSS Codes

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

#c77fdc Text Font Color

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

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


#c77fdc Background Color

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

This div background color is #c77fdc


#c77fdc Border Color

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

This div border color is #c77fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77fdc


Comments

No comments written yet.

Please login to write comment.