Color Hex Logo

#c777bc Color Hex

#C777BC
(199,119,188)
0 Favorites   0 Comments

Color spaces of #c777bc

RGB 199119188
HSL0.860.420.62
HSV308°40°78°
CMYK 0.000.400.06   0.22
XYZ39.227128.966651.1006
Yxy28.96660.32880.2428
Hunter Lab53.820635.9134-18.6191
CIE-Lab60.752141.4371-23.0929

#c777bc color RGB value is (199,119,188).

#c777bc hex color red value is 199, green value is 119 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c777bc hue: 0.86 , saturation: 0.42 and the lightness value of c777bc is 0.62.

The process color (four color CMYK) of #c777bc color hex is 0.00, 0.40, 0.06, 0.22. Web safe color of #c777bc is #cc66cc. Color #c777bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110111 10111100
Octal 307 167 274
Decimal 199 119 188
Hex C7 77 BC

RGB Percentages of Color #c777bc

%39.33
%23.52
%37.15

CMYK Percentages of Color #c777bc

%0
%40
%6
%22

Triadic Colors of #c777bc

#c777bc #bcc777 #77bcc7

Analogous Colors of #c777bc

#c777bc #c77794 #aa77c7

Monochromatic Colors of #c777bc

#c777bc

Complementary Color

#c777bc #77c782

#c777bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c777bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c777bc Color CSS Codes

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

#c777bc Text Font Color

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

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


#c777bc Background Color

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

This div background color is #c777bc


#c777bc Border Color

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

This div border color is #c777bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c777bc


Comments

No comments written yet.

Please login to write comment.