Color Hex Logo

#c777cb Color Hex

#C777CB
(199,119,203)
0 Favorites   0 Comments

Color spaces of #c777cb

RGB 199119203
HSL0.830.450.63
HSV297°41°80°
CMYK 0.020.410.00   0.20
XYZ40.929529.647660.0652
Yxy29.64760.31330.2269
Hunter Lab54.449638.8907-27.2901
CIE-Lab61.349044.1738-30.6676

#c777cb color RGB value is (199,119,203).

#c777cb hex color red value is 199, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c777cb hue: 0.83 , saturation: 0.45 and the lightness value of c777cb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110111 11001011
Octal 307 167 313
Decimal 199 119 203
Hex C7 77 CB

RGB Percentages of Color #c777cb

%38.20
%22.84
%38.96

CMYK Percentages of Color #c777cb

%2
%41
%0
%20

Triadic Colors of #c777cb

#c777cb #cbc777 #77cbc7

Analogous Colors of #c777cb

#c777cb #cb77a5 #9d77cb

Monochromatic Colors of #c777cb

#c777cb

Complementary Color

#c777cb #7bcb77

#c777cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c777cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c777cb Color CSS Codes

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

#c777cb Text Font Color

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

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


#c777cb Background Color

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

This div background color is #c777cb


#c777cb Border Color

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

This div border color is #c777cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c777cb


Comments

No comments written yet.

Please login to write comment.