Color Hex Logo

#c778fb Color Hex

#C778FB
(199,120,251)
0 Favorites   0 Comments

Color spaces of #c778fb

RGB 199120251
HSL0.770.940.73
HSV276°52°98°
CMYK 0.210.520.00   0.02
XYZ47.682232.540195.0345
Yxy32.54010.27210.1857
Hunter Lab57.043949.3787-58.8457
CIE-Lab63.786853.3830-53.5702

#c778fb color RGB value is (199,120,251).

#c778fb hex color red value is 199, green value is 120 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c778fb hue: 0.77 , saturation: 0.94 and the lightness value of c778fb is 0.73.

The process color (four color CMYK) of #c778fb color hex is 0.21, 0.52, 0.00, 0.02. Web safe color of #c778fb is #cc66ff. Color #c778fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111000 11111011
Octal 307 170 373
Decimal 199 120 251
Hex C7 78 FB

RGB Percentages of Color #c778fb

%34.91
%21.05
%44.04

CMYK Percentages of Color #c778fb

%21
%52
%0
%2

Triadic Colors of #c778fb

#c778fb #fbc778 #78fbc7

Analogous Colors of #c778fb

#c778fb #fb78ee #8678fb

Monochromatic Colors of #c778fb

#c778fb

Complementary Color

#c778fb #acfb78

#c778fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c778fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c778fb Color CSS Codes

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

#c778fb Text Font Color

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

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


#c778fb Background Color

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

This div background color is #c778fb


#c778fb Border Color

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

This div border color is #c778fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c778fb

Related Colors


Comments

No comments written yet.

Please login to write comment.