Color Hex Logo

#cc6ffb Color Hex

#CC6FFB
(204,111,251)
0 Favorites   0 Comments

Color spaces of #cc6ffb

RGB 204111251
HSL0.780.950.71
HSV280°56°98°
CMYK 0.190.560.00   0.02
XYZ47.998931.171394.7536
Yxy31.17130.27600.1792
Hunter Lab55.831355.7542-61.5417
CIE-Lab62.652059.1520-55.3383

#cc6ffb color RGB value is (204,111,251).

#cc6ffb hex color red value is 204, green value is 111 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc6ffb hue: 0.78 , saturation: 0.95 and the lightness value of cc6ffb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101111 11111011
Octal 314 157 373
Decimal 204 111 251
Hex CC 6F FB

RGB Percentages of Color #cc6ffb

%36.04
%19.61
%44.35

CMYK Percentages of Color #cc6ffb

%19
%56
%0
%2

Triadic Colors of #cc6ffb

#cc6ffb #fbcc6f #6ffbcc

Analogous Colors of #cc6ffb

#cc6ffb #fb6fe4 #866ffb

Monochromatic Colors of #cc6ffb

#cc6ffb

Complementary Color

#cc6ffb #9efb6f

#cc6ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6ffb Color CSS Codes

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

#cc6ffb Text Font Color

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

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


#cc6ffb Background Color

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

This div background color is #cc6ffb


#cc6ffb Border Color

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

This div border color is #cc6ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6ffb


Comments

No comments written yet.

Please login to write comment.