Color Hex Logo

#c778cc Color Hex

#C778CC
(199,120,204)
0 Favorites   0 Comments

Color spaces of #c778cc

RGB 199120204
HSL0.820.450.64
HSV296°41°80°
CMYK 0.020.410.00   0.20
XYZ41.168729.934760.7349
Yxy29.93470.31230.2271
Hunter Lab54.712638.5659-27.5173
CIE-Lab61.597843.8352-30.8458

#c778cc color RGB value is (199,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111000 11001100
Octal 307 170 314
Decimal 199 120 204
Hex C7 78 CC

RGB Percentages of Color #c778cc

%38.05
%22.94
%39.01

CMYK Percentages of Color #c778cc

%2
%41
%0
%20

Triadic Colors of #c778cc

#c778cc #ccc778 #78ccc7

Analogous Colors of #c778cc

#c778cc #cc78a7 #9d78cc

Monochromatic Colors of #c778cc

#c778cc

Complementary Color

#c778cc #7dcc78

#c778cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c778cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c778cc Color CSS Codes

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

#c778cc Text Font Color

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

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


#c778cc Background Color

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

This div background color is #c778cc


#c778cc Border Color

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

This div border color is #c778cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c778cc


Comments

No comments written yet.

Please login to write comment.