Color Hex Logo

#cc6cdf Color Hex

#CC6CDF
(204,108,223)
0 Favorites   0 Comments

Color spaces of #cc6cdf

RGB 204108223
HSL0.810.640.65
HSV290°52°87°
CMYK 0.090.520.00   0.13
XYZ43.583728.890273.0913
Yxy28.89020.29940.1985
Hunter Lab53.749650.6777-43.0007
CIE-Lab60.684655.0288-42.9036

#cc6cdf color RGB value is (204,108,223).

#cc6cdf hex color red value is 204, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc6cdf hue: 0.81 , saturation: 0.64 and the lightness value of cc6cdf is 0.65.

The process color (four color CMYK) of #cc6cdf color hex is 0.09, 0.52, 0.00, 0.13. Web safe color of #cc6cdf is #cc66cc. Color #cc6cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101100 11011111
Octal 314 154 337
Decimal 204 108 223
Hex CC 6C DF

RGB Percentages of Color #cc6cdf

%38.13
%20.19
%41.68

CMYK Percentages of Color #cc6cdf

%9
%52
%0
%13

Triadic Colors of #cc6cdf

#cc6cdf #dfcc6c #6cdfcc

Analogous Colors of #cc6cdf

#cc6cdf #df6cb9 #936cdf

Monochromatic Colors of #cc6cdf

#cc6cdf

Complementary Color

#cc6cdf #7fdf6c

#cc6cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6cdf Color CSS Codes

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

#cc6cdf Text Font Color

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

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


#cc6cdf Background Color

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

This div background color is #cc6cdf


#cc6cdf Border Color

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

This div border color is #cc6cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6cdf


Comments

No comments written yet.

Please login to write comment.