Color Hex Logo

#c778be Color Hex

#C778BE
(199,120,190)
0 Favorites   0 Comments

Color spaces of #c778be

RGB 199120190
HSL0.850.410.63
HSV307°40°78°
CMYK 0.000.400.05   0.22
XYZ39.563929.292852.2840
Yxy29.29280.32660.2418
Hunter Lab54.122835.7689-19.3896
CIE-Lab61.039241.2623-23.7887

#c778be color RGB value is (199,120,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111000 10111110
Octal 307 170 276
Decimal 199 120 190
Hex C7 78 BE

RGB Percentages of Color #c778be

%39.10
%23.58
%37.33

CMYK Percentages of Color #c778be

%0
%40
%5
%22

Triadic Colors of #c778be

#c778be #bec778 #78bec7

Analogous Colors of #c778be

#c778be #c77897 #a978c7

Monochromatic Colors of #c778be

#c778be

Complementary Color

#c778be #78c781

#c778be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c778be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c778be Color CSS Codes

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

#c778be Text Font Color

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

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


#c778be Background Color

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

This div background color is #c778be


#c778be Border Color

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

This div border color is #c778be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c778be


Comments

No comments written yet.

Please login to write comment.