Color Hex Logo

#cc16ef Color Hex

#CC16EF
(204,22,239)
0 Favorites   0 Comments

Color spaces of #cc16ef

RGB 20422239
HSL0.810.870.51
HSV290°91°94°
CMYK 0.150.910.00   0.06
XYZ40.768719.643283.3041
Yxy19.64320.28370.1367
Hunter Lab44.320686.6335-80.4157
CIE-Lab51.431486.4269-66.6608

#cc16ef color RGB value is (204,22,239).

#cc16ef hex color red value is 204, green value is 22 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cc16ef hue: 0.81 , saturation: 0.87 and the lightness value of cc16ef is 0.51.

The process color (four color CMYK) of #cc16ef color hex is 0.15, 0.91, 0.00, 0.06. Web safe color of #cc16ef is #cc00ff. Color #cc16ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010110 11101111
Octal 314 26 357
Decimal 204 22 239
Hex CC 16 EF

RGB Percentages of Color #cc16ef

%43.87
%4.73
%51.40

CMYK Percentages of Color #cc16ef

%15
%91
%0
%6

Triadic Colors of #cc16ef

#cc16ef #efcc16 #16efcc

Analogous Colors of #cc16ef

#cc16ef #ef16a6 #5f16ef

Monochromatic Colors of #cc16ef

#cc16ef

Complementary Color

#cc16ef #39ef16

#cc16ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc16ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc16ef Color CSS Codes

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

#cc16ef Text Font Color

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

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


#cc16ef Background Color

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

This div background color is #cc16ef


#cc16ef Border Color

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

This div border color is #cc16ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc16ef


Comments

No comments written yet.

Please login to write comment.