Color Hex Logo

#c766cf Color Hex

#C766CF
(199,102,207)
0 Favorites   0 Comments

Color spaces of #c766cf

RGB 199102207
HSL0.820.520.61
HSV295°51°81°
CMYK 0.040.510.00   0.19
XYZ39.567026.149961.9935
Yxy26.14990.30980.2048
Hunter Lab51.137048.6239-36.0816
CIE-Lab58.179153.6001-37.8698

#c766cf color RGB value is (199,102,207).

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

The process color (four color CMYK) of #c766cf color hex is 0.04, 0.51, 0.00, 0.19. Web safe color of #c766cf is #cc66cc. Color #c766cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100110 11001111
Octal 307 146 317
Decimal 199 102 207
Hex C7 66 CF

RGB Percentages of Color #c766cf

%39.17
%20.08
%40.75

CMYK Percentages of Color #c766cf

%4
%51
%0
%19

Triadic Colors of #c766cf

#c766cf #cfc766 #66cfc7

Analogous Colors of #c766cf

#c766cf #cf66a3 #9366cf

Monochromatic Colors of #c766cf

#c766cf

Complementary Color

#c766cf #6ecf66

#c766cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c766cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c766cf Color CSS Codes

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

#c766cf Text Font Color

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

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


#c766cf Background Color

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

This div background color is #c766cf


#c766cf Border Color

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

This div border color is #c766cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c766cf


Comments

No comments written yet.

Please login to write comment.