Color Hex Logo

#cc79fb Color Hex

#CC79FB
(204,121,251)
0 Favorites   0 Comments

Color spaces of #cc79fb

RGB 204121251
HSL0.770.940.73
HSV278°52°98°
CMYK 0.190.520.00   0.02
XYZ49.151833.477195.1379
Yxy33.47710.27650.1883
Hunter Lab57.859450.3825-56.9887
CIE-Lab64.545454.1536-52.3316

#cc79fb color RGB value is (204,121,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 11111011
Octal 314 171 373
Decimal 204 121 251
Hex CC 79 FB

RGB Percentages of Color #cc79fb

%35.42
%21.01
%43.58

CMYK Percentages of Color #cc79fb

%19
%52
%0
%2

Triadic Colors of #cc79fb

#cc79fb #fbcc79 #79fbcc

Analogous Colors of #cc79fb

#cc79fb #fb79e9 #8b79fb

Monochromatic Colors of #cc79fb

#cc79fb

Complementary Color

#cc79fb #a8fb79

#cc79fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc79fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc79fb Color CSS Codes

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

#cc79fb Text Font Color

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

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


#cc79fb Background Color

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

This div background color is #cc79fb


#cc79fb Border Color

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

This div border color is #cc79fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc79fb

Related Colors


Comments

No comments written yet.

Please login to write comment.