Color Hex Logo

#cc6fff Color Hex

#CC6FFF
(204,111,255)
0 Favorites   0 Comments

Color spaces of #cc6fff

RGB 204111255
HSL0.771.000.72
HSV279°56°100°
CMYK 0.200.560.00   0.00
XYZ48.636331.426298.1102
Yxy31.42620.27300.1764
Hunter Lab56.059156.7615-64.5234
CIE-Lab62.865859.9852-57.1982

#cc6fff color RGB value is (204,111,255).

#cc6fff hex color red value is 204, green value is 111 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cc6fff hue: 0.77 , saturation: 1.00 and the lightness value of cc6fff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101111 11111111
Octal 314 157 377
Decimal 204 111 255
Hex CC 6F FF

RGB Percentages of Color #cc6fff

%35.79
%19.47
%44.74

CMYK Percentages of Color #cc6fff

%20
%56
%0
%0

Triadic Colors of #cc6fff

#cc6fff #ffcc6f #6fffcc

Analogous Colors of #cc6fff

#cc6fff #ff6fea #846fff

Monochromatic Colors of #cc6fff

#cc6fff

Complementary Color

#cc6fff #a2ff6f

#cc6fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6fff Color CSS Codes

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

#cc6fff Text Font Color

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

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


#cc6fff Background Color

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

This div background color is #cc6fff


#cc6fff Border Color

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

This div border color is #cc6fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,111,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6fff

#cc6fff Color Palettes


Comments

No comments written yet.

Please login to write comment.