Color Hex Logo

#cf66cc Color Hex

#CF66CC
(207,102,204)
0 Favorites   0 Comments

Color spaces of #cf66cc

RGB 207102204
HSL0.840.520.61
HSV302°51°81°
CMYK 0.000.510.01   0.19
XYZ41.382627.127860.1818
Yxy27.12780.32160.2108
Hunter Lab52.084450.6760-32.0486
CIE-Lab59.092455.2884-34.6642

#cf66cc color RGB value is (207,102,204).

#cf66cc hex color red value is 207, green value is 102 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cf66cc hue: 0.84 , saturation: 0.52 and the lightness value of cf66cc is 0.61.

The process color (four color CMYK) of #cf66cc color hex is 0.00, 0.51, 0.01, 0.19. Web safe color of #cf66cc is #cc66cc. Color #cf66cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100110 11001100
Octal 317 146 314
Decimal 207 102 204
Hex CF 66 CC

RGB Percentages of Color #cf66cc

%40.35
%19.88
%39.77

CMYK Percentages of Color #cf66cc

%0
%51
%1
%19

Triadic Colors of #cf66cc

#cf66cc #cccf66 #66cccf

Analogous Colors of #cf66cc

#cf66cc #cf6698 #9e66cf

Monochromatic Colors of #cf66cc

#cf66cc

Complementary Color

#cf66cc #66cf69

#cf66cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf66cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf66cc Color CSS Codes

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

#cf66cc Text Font Color

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

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


#cf66cc Background Color

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

This div background color is #cf66cc


#cf66cc Border Color

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

This div border color is #cf66cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf66cc


Comments

No comments written yet.

Please login to write comment.