Color Hex Logo

#c779fb Color Hex

#C779FB
(199,121,251)
0 Favorites   0 Comments

Color spaces of #c779fb

RGB 199121251
HSL0.770.940.73
HSV276°52°98°
CMYK 0.210.520.00   0.02
XYZ47.803132.781995.0748
Yxy32.78190.27210.1866
Hunter Lab57.255548.8341-58.3744
CIE-Lab63.983952.8687-53.2573

#c779fb color RGB value is (199,121,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111001 11111011
Octal 307 171 373
Decimal 199 121 251
Hex C7 79 FB

RGB Percentages of Color #c779fb

%34.85
%21.19
%43.96

CMYK Percentages of Color #c779fb

%21
%52
%0
%2

Triadic Colors of #c779fb

#c779fb #fbc779 #79fbc7

Analogous Colors of #c779fb

#c779fb #fb79ee #8679fb

Monochromatic Colors of #c779fb

#c779fb

Complementary Color

#c779fb #adfb79

#c779fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c779fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c779fb Color CSS Codes

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

#c779fb Text Font Color

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

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


#c779fb Background Color

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

This div background color is #c779fb


#c779fb Border Color

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

This div border color is #c779fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,121,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 #c779fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c779fb


Comments

No comments written yet.

Please login to write comment.