Color Hex Logo

#c778bf Color Hex

#C778BF
(199,120,191)
0 Favorites   0 Comments

Color spaces of #c778bf

RGB 199120191
HSL0.850.410.63
HSV306°40°78°
CMYK 0.000.400.04   0.22
XYZ39.673629.336652.8617
Yxy29.33660.32550.2407
Hunter Lab54.163335.9622-19.9509
CIE-Lab61.077641.4416-24.2972

#c778bf color RGB value is (199,120,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111000 10111111
Octal 307 170 277
Decimal 199 120 191
Hex C7 78 BF

RGB Percentages of Color #c778bf

%39.02
%23.53
%37.45

CMYK Percentages of Color #c778bf

%0
%40
%4
%22

Triadic Colors of #c778bf

#c778bf #bfc778 #78bfc7

Analogous Colors of #c778bf

#c778bf #c77898 #a878c7

Monochromatic Colors of #c778bf

#c778bf

Complementary Color

#c778bf #78c780

#c778bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c778bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c778bf Color CSS Codes

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

#c778bf Text Font Color

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

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


#c778bf Background Color

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

This div background color is #c778bf


#c778bf Border Color

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

This div border color is #c778bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c778bf


Comments

No comments written yet.

Please login to write comment.