Color Hex Logo

#c778ca Color Hex

#C778CA
(199,120,202)
0 Favorites   0 Comments

Color spaces of #c778ca

RGB 199120202
HSL0.830.440.63
HSV298°41°79°
CMYK 0.010.410.00   0.21
XYZ40.930329.839359.4794
Yxy29.83930.31420.2291
Hunter Lab54.625438.1541-26.3208
CIE-Lab61.515343.4592-29.8458

#c778ca color RGB value is (199,120,202).

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

The process color (four color CMYK) of #c778ca color hex is 0.01, 0.41, 0.00, 0.21. Web safe color of #c778ca is #cc66cc. Color #c778ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111000 11001010
Octal 307 170 312
Decimal 199 120 202
Hex C7 78 CA

RGB Percentages of Color #c778ca

%38.20
%23.03
%38.77

CMYK Percentages of Color #c778ca

%1
%41
%0
%21

Triadic Colors of #c778ca

#c778ca #cac778 #78cac7

Analogous Colors of #c778ca

#c778ca #ca78a4 #9e78ca

Monochromatic Colors of #c778ca

#c778ca

Complementary Color

#c778ca #7bca78

#c778ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c778ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c778ca Color CSS Codes

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

#c778ca Text Font Color

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

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


#c778ca Background Color

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

This div background color is #c778ca


#c778ca Border Color

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

This div border color is #c778ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c778ca


Comments

No comments written yet.

Please login to write comment.