Color Hex Logo

#c778da Color Hex

#C778DA
(199,120,218)
0 Favorites   0 Comments

Color spaces of #c778da

RGB 199120218
HSL0.800.570.66
HSV288°45°85°
CMYK 0.090.450.00   0.15
XYZ42.924530.637069.9808
Yxy30.63700.29900.2134
Hunter Lab55.350741.5631-36.2158
CIE-Lab62.200046.5431-37.7706

#c778da color RGB value is (199,120,218).

#c778da hex color red value is 199, green value is 120 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c778da hue: 0.80 , saturation: 0.57 and the lightness value of c778da is 0.66.

The process color (four color CMYK) of #c778da color hex is 0.09, 0.45, 0.00, 0.15. Web safe color of #c778da is #cc66cc. Color #c778da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111000 11011010
Octal 307 170 332
Decimal 199 120 218
Hex C7 78 DA

RGB Percentages of Color #c778da

%37.06
%22.35
%40.60

CMYK Percentages of Color #c778da

%9
%45
%0
%15

Triadic Colors of #c778da

#c778da #dac778 #78dac7

Analogous Colors of #c778da

#c778da #da78bc #9678da

Monochromatic Colors of #c778da

#c778da

Complementary Color

#c778da #8bda78

#c778da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c778da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c778da Color CSS Codes

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

#c778da Text Font Color

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

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


#c778da Background Color

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

This div background color is #c778da


#c778da Border Color

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

This div border color is #c778da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c778da


Comments

No comments written yet.

Please login to write comment.