Color Hex Logo

#c778af Color Hex

#C778AF
(199,120,175)
0 Favorites   0 Comments

Color spaces of #c778af

RGB 199120175
HSL0.880.410.63
HSV318°40°78°
CMYK 0.000.400.12   0.22
XYZ38.007528.670244.0881
Yxy28.67020.34310.2588
Hunter Lab53.544633.0016-11.3376
CIE-Lab60.489538.6707-16.0837

#c778af color RGB value is (199,120,175).

#c778af hex color red value is 199, green value is 120 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c778af hue: 0.88 , saturation: 0.41 and the lightness value of c778af is 0.63.

The process color (four color CMYK) of #c778af color hex is 0.00, 0.40, 0.12, 0.22. Web safe color of #c778af is #cc6699. Color #c778af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111000 10101111
Octal 307 170 257
Decimal 199 120 175
Hex C7 78 AF

RGB Percentages of Color #c778af

%40.28
%24.29
%35.43

CMYK Percentages of Color #c778af

%0
%40
%12
%22

Triadic Colors of #c778af

#c778af #afc778 #78afc7

Analogous Colors of #c778af

#c778af #c77888 #b878c7

Monochromatic Colors of #c778af

#c778af

Complementary Color

#c778af #78c790

#c778af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c778af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c778af Color CSS Codes

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

#c778af Text Font Color

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

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


#c778af Background Color

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

This div background color is #c778af


#c778af Border Color

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

This div border color is #c778af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c778af


Comments

No comments written yet.

Please login to write comment.