Color Hex Logo

#cc16df Color Hex

#CC16DF
(204,22,223)
0 Favorites   0 Comments

Color spaces of #cc16df

RGB 20422223
HSL0.820.820.48
HSV294°90°87°
CMYK 0.090.900.00   0.13
XYZ38.508018.738971.3994
Yxy18.73890.29930.1457
Hunter Lab43.288583.0330-67.4902
CIE-Lab50.380383.8545-59.3078

#cc16df color RGB value is (204,22,223).

#cc16df hex color red value is 204, green value is 22 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc16df hue: 0.82 , saturation: 0.82 and the lightness value of cc16df is 0.48.

The process color (four color CMYK) of #cc16df color hex is 0.09, 0.90, 0.00, 0.13. Web safe color of #cc16df is #cc00cc. Color #cc16df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010110 11011111
Octal 314 26 337
Decimal 204 22 223
Hex CC 16 DF

RGB Percentages of Color #cc16df

%45.43
%4.90
%49.67

CMYK Percentages of Color #cc16df

%9
%90
%0
%13

Triadic Colors of #cc16df

#cc16df #dfcc16 #16dfcc

Analogous Colors of #cc16df

#cc16df #df168e #6816df

Monochromatic Colors of #cc16df

#cc16df

Complementary Color

#cc16df #29df16

#cc16df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc16df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc16df Color CSS Codes

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

#cc16df Text Font Color

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

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


#cc16df Background Color

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

This div background color is #cc16df


#cc16df Border Color

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

This div border color is #cc16df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc16df


Comments

No comments written yet.

Please login to write comment.